#65D6EC

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

Shades of Turquoise Blue #65D6EC

Tints of Turquoise Blue #65D6EC

Color information

#65D6EC (or 0x65D6EC) is unknown color: approx Turquoise Blue. HEX triplet: 65, D6 and EC. RGB value is (101,214,236). Sum of RGB (Red+Green+Blue) = 101+214+236=551 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.33% from 551); Green value is 214 (83.98% from 255 or 38.84% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #65D6EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65D6EC is #9A2913. Grayscale: #B6B6B6. Windows color (decimal): -10103060 or 15521381. OLE color: 15521381.

HSL color Cylindrical-coordinate representation of color #65D6EC: hue angle of 189.78º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65D6EC is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB101214236-
CMYK0.570.0900.07
HSL189.78º78.03%66.08%-
HSV(B)189.78º57.2%92.55%-
XYZ44.5556.9287.99-
YUV182.72158.0669.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.33%
GREEN value IS 214 (83.98% from 255) = 38.84%
BLUE value IS 236 (92.58% from 255) = 42.83%
R=18.33%
G=38.84%
B=42.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1012142360.570.0900.07189.7878.0366.08
Hex65D6EC39907be4e42
Octal145326354711107276116102
Binary11001011101011011101100111001100101111011111010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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