#65EEEF

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

Shades of Turquoise Blue #65EEEF

Tints of Turquoise Blue #65EEEF

Color information

#65EEEF (or 0x65EEEF) is unknown color: approx Turquoise Blue. HEX triplet: 65, EE and EF. RGB value is (101,238,239). Sum of RGB (Red+Green+Blue) = 101+238+239=578 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.47% from 578); Green value is 238 (93.36% from 255 or 41.18% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #65EEEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65EEEF is #9A1110. Grayscale: #C5C5C5. Windows color (decimal): -10096913 or 15724133. OLE color: 15724133.

HSL color Cylindrical-coordinate representation of color #65EEEF: hue angle of 180.43º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65EEEF is Cyan = 0.58, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB101238239-
CMYK0.580.0000.06
HSL180.43º81.18%66.67%-
HSV(B)180.43º57.74%93.73%-
XYZ51.5270.1592.49-
YUV197.15151.6159.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.47%
GREEN value IS 238 (93.36% from 255) = 41.18%
BLUE value IS 239 (93.75% from 255) = 41.35%
R=17.47%
G=41.18%
B=41.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1012382390.580.0000.06180.4381.1866.67
Hex65EEEF3A006b45143
Octal14535635772006264121103
Binary11001011110111011101111111010001101011010010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,238,239); }

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

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

 a { background-color: rgb(101,238,239); }

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

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

 span { border-color: rgb(101,238,239); }

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