#65D6FA

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

Shades of Turquoise Blue #65D6FA

Tints of Turquoise Blue #65D6FA

Color information

#65D6FA (or 0x65D6FA) is unknown color: approx Turquoise Blue. HEX triplet: 65, D6 and FA. RGB value is (101,214,250). Sum of RGB (Red+Green+Blue) = 101+214+250=565 (74% of max value = 765). Red value is 101 (39.84% from 255 or 17.88% from 565); Green value is 214 (83.98% from 255 or 37.88% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #65D6FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65D6FA is #9A2905. Grayscale: #B8B8B8. Windows color (decimal): -10103046 or 16438885. OLE color: 16438885.

HSL color Cylindrical-coordinate representation of color #65D6FA: hue angle of 194.5º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65D6FA is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB101214250-
CMYK0.600.1400.02
HSL194.5º93.71%68.82%-
HSV(B)194.5º59.6%98.04%-
XYZ46.6757.7699.13-
YUV184.32165.0668.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.88%
GREEN value IS 214 (83.98% from 255) = 37.88%
BLUE value IS 250 (98.05% from 255) = 44.25%
R=17.88%
G=37.88%
B=44.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1012142500.600.1400.02194.593.7168.82
Hex65D6FA3CE02c25e45
Octal145326372741602302136105
Binary1100101110101101111101011110011100101100001010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,214,250); }

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

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

 a { background-color: rgb(101,214,250); }

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

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

 span { border-color: rgb(101,214,250); }

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