#65E9DF

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

Shades of Turquoise Blue #65E9DF

Tints of Turquoise Blue #65E9DF

Color information

#65E9DF (or 0x65E9DF) is unknown color: approx Turquoise Blue. HEX triplet: 65, E9 and DF. RGB value is (101,233,223). Sum of RGB (Red+Green+Blue) = 101+233+223=557 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.13% from 557); Green value is 233 (91.41% from 255 or 41.83% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 233 - color contains mainly: green. Hex color #65E9DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65E9DF is #9A1620. Grayscale: #C0C0C0. Windows color (decimal): -10098209 or 14674277. OLE color: 14674277.

HSL color Cylindrical-coordinate representation of color #65E9DF: hue angle of 175.45º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65E9DF is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB101233223-
CMYK0.5700.040.09
HSL175.45º75%65.49%-
HSV(B)175.45º56.65%91.37%-
XYZ47.8366.3780.1-
YUV192.39145.2762.81-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.13%
GREEN value IS 233 (91.41% from 255) = 41.83%
BLUE value IS 223 (87.5% from 255) = 40.04%
R=18.13%
G=41.83%
B=40.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1012332230.5700.040.09175.457565.49
Hex65E9DF39049af4b41
Octal145351337710411257113101
Binary11001011110100111011111111001010010011010111110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,233,223); }

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

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

 a { background-color: rgb(101,233,223); }

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

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

 span { border-color: rgb(101,233,223); }

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