#65D0F1

Color #65D0F1 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #65D0F1

Tints of Turquoise Blue #65D0F1

Color information

#65D0F1 (or 0x65D0F1) is unknown color: approx Turquoise Blue. HEX triplet: 65, D0 and F1. RGB value is (101,208,241). Sum of RGB (Red+Green+Blue) = 101+208+241=550 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.36% from 550); Green value is 208 (81.64% from 255 or 37.82% from 550); Blue value is 241 (94.53% from 255 or 43.82% from 550); Max value from RGB is 241 - color contains mainly: blue. Hex color #65D0F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65D0F1 is #9A2F0E. Grayscale: #B3B3B3. Windows color (decimal): -10104591 or 15847525. OLE color: 15847525.

HSL color Cylindrical-coordinate representation of color #65D0F1: hue angle of 194.14º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65D0F1 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB101208241-
CMYK0.580.1400.05
HSL194.14º83.33%67.06%-
HSV(B)194.14º58.09%94.51%-
XYZ43.854.2391.38-
YUV179.77162.5571.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 18.36%
GREEN value IS 208 (81.64% from 255) = 37.82%
BLUE value IS 241 (94.53% from 255) = 43.82%
R=18.36%
G=37.82%
B=43.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1012082410.580.1400.05194.1483.3367.06
Hex65D0F13AE05c25343
Octal145320361721605302123103
Binary11001011101000011110001111010111001011100001010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65D0F1; }

 p { color: rgb(101,208,241); }

 H1.HeaderClassName
 {
   color: #65D0F1;
 }
 .AnyTagClassName
 {
   color: #65D0F1;
 }
</style>
background-color css

<style>
 a { background-color: #65D0F1; }

 a { background-color: rgb(101,208,241); }

 div.DivClassName
 {
   background-color: #65D0F1;
 }
 .BgClassName
 {
   background-color: #65D0F1;
 }
</style>
border-color css

<style>
 span { border-color: #65D0F1; }

 span { border-color: rgb(101,208,241); }

 td.TdClassName
 {
   border-color: #65D0F1;
 }
 .TagClassName
 {
   border-color: #65D0F1;
 }
</style>