#65D8EA

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

Shades of Turquoise Blue #65D8EA

Tints of Turquoise Blue #65D8EA

Color information

#65D8EA (or 0x65D8EA) is unknown color: approx Turquoise Blue. HEX triplet: 65, D8 and EA. RGB value is (101,216,234). Sum of RGB (Red+Green+Blue) = 101+216+234=551 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.33% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #65D8EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65D8EA is #9A2715. Grayscale: #B7B7B7. Windows color (decimal): -10102550 or 15390821. OLE color: 15390821.

HSL color Cylindrical-coordinate representation of color #65D8EA: hue angle of 188.12º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65D8EA is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB101216234-
CMYK0.570.0800.08
HSL188.12º76%65.69%-
HSV(B)188.12º56.84%91.76%-
XYZ44.7757.8286.64-
YUV183.67156.469.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.33%
GREEN value IS 216 (84.77% from 255) = 39.20%
BLUE value IS 234 (91.80% from 255) = 42.47%
R=18.33%
G=39.20%
B=42.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1012162340.570.0800.08188.127665.69
Hex65D8EA39808bc4c42
Octal1453303527110010274114102
Binary110010111011000111010101110011000010001011110010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,216,234); }

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

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

 a { background-color: rgb(101,216,234); }

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

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

 span { border-color: rgb(101,216,234); }

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