#65EDEB

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

Shades of Turquoise Blue #65EDEB

Tints of Turquoise Blue #65EDEB

Color information

#65EDEB (or 0x65EDEB) is unknown color: approx Turquoise Blue. HEX triplet: 65, ED and EB. RGB value is (101,237,235). Sum of RGB (Red+Green+Blue) = 101+237+235=573 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.63% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #65EDEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65EDEB is #9A1214. Grayscale: #C3C3C3. Windows color (decimal): -10097173 or 15461733. OLE color: 15461733.

HSL color Cylindrical-coordinate representation of color #65EDEB: hue angle of 179.12º degrees, saturation: 0.79, 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 #65EDEB is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB101237235-
CMYK0.5700.010.07
HSL179.12º79.07%66.27%-
HSV(B)179.12º57.38%92.94%-
XYZ50.6569.3389.31-
YUV196.11149.9460.16-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.63%
GREEN value IS 237 (92.97% from 255) = 41.36%
BLUE value IS 235 (92.19% from 255) = 41.01%
R=17.63%
G=41.36%
B=41.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1012372350.5700.010.07179.1279.0766.27
Hex65EDEB39017b34f42
Octal14535535371017263117102
Binary11001011110110111101011111001011111011001110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,237,235); }

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

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

 a { background-color: rgb(101,237,235); }

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

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

 span { border-color: rgb(101,237,235); }

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