#65EDE7

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

Shades of Turquoise Blue #65EDE7

Tints of Turquoise Blue #65EDE7

Color information

#65EDE7 (or 0x65EDE7) is unknown color: approx Turquoise Blue. HEX triplet: 65, ED and E7. RGB value is (101,237,231). Sum of RGB (Red+Green+Blue) = 101+237+231=569 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.75% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 231 (90.62% from 255 or 40.60% from 569); Max value from RGB is 237 - color contains mainly: green. Hex color #65EDE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65EDE7 is #9A1218. Grayscale: #C3C3C3. Windows color (decimal): -10097177 or 15199589. OLE color: 15199589.

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

Color convert

RGB101237231-
CMYK0.5700.030.07
HSL177.35º79.07%66.27%-
HSV(B)177.35º57.38%92.94%-
XYZ50.0769.186.3-
YUV195.65147.9460.49-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.75%
GREEN value IS 237 (92.97% from 255) = 41.65%
BLUE value IS 231 (90.62% from 255) = 40.60%
R=17.75%
G=41.65%
B=40.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1012372310.5700.030.07177.3579.0766.27
Hex65EDE739037b14f42
Octal14535534771037261117102
Binary110010111101101111001111110010111111011000110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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