#65EBE8

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

Shades of Turquoise Blue #65EBE8

Tints of Turquoise Blue #65EBE8

Color information

#65EBE8 (or 0x65EBE8) is unknown color: approx Turquoise Blue. HEX triplet: 65, EB and E8. RGB value is (101,235,232). Sum of RGB (Red+Green+Blue) = 101+235+232=568 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.78% from 568); Green value is 235 (92.19% from 255 or 41.37% from 568); Blue value is 232 (91.02% from 255 or 40.85% from 568); Max value from RGB is 235 - color contains mainly: green. Hex color #65EBE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65EBE8 is #9A1417. Grayscale: #C2C2C2. Windows color (decimal): -10097688 or 15264613. OLE color: 15264613.

HSL color Cylindrical-coordinate representation of color #65EBE8: hue angle of 178.66º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65EBE8 is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB101235232-
CMYK0.5700.010.08
HSL178.66º77.01%65.88%-
HSV(B)178.66º57.02%92.16%-
XYZ49.6468.0186.85-
YUV194.59149.1161.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.78%
GREEN value IS 235 (92.19% from 255) = 41.37%
BLUE value IS 232 (91.02% from 255) = 40.85%
R=17.78%
G=41.37%
B=40.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1012352320.5700.010.08178.6677.0165.88
Hex65EBE839018b34d42
Octal145353350710110263115102
Binary110010111101011111010001110010110001011001110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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