#65EBEA

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

Shades of Turquoise Blue #65EBEA

Tints of Turquoise Blue #65EBEA

Color information

#65EBEA (or 0x65EBEA) is unknown color: approx Turquoise Blue. HEX triplet: 65, EB and EA. RGB value is (101,235,234). Sum of RGB (Red+Green+Blue) = 101+235+234=570 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.72% from 570); Green value is 235 (92.19% from 255 or 41.23% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 235 - color contains mainly: green. Hex color #65EBEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65EBEA is #9A1415. Grayscale: #C2C2C2. Windows color (decimal): -10097686 or 15395685. OLE color: 15395685.

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

Color convert

RGB101235234-
CMYK0.5700.000.08
HSL179.55º77.01%65.88%-
HSV(B)179.55º57.02%92.16%-
XYZ49.9368.1288.36-
YUV194.82150.1161.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.72%
GREEN value IS 235 (92.19% from 255) = 41.23%
BLUE value IS 234 (91.80% from 255) = 41.05%
R=17.72%
G=41.23%
B=41.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1012352340.5700.000.08179.5577.0165.88
Hex65EBEA39008b44d42
Octal145353352710010264115102
Binary110010111101011111010101110010010001011010010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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