#65EBED

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

Shades of Turquoise Blue #65EBED

Tints of Turquoise Blue #65EBED

Color information

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

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

Color convert

RGB101235237-
CMYK0.570.0100.07
HSL180.88º79.07%66.27%-
HSV(B)180.88º57.38%92.94%-
XYZ50.3668.390.65-
YUV195.16151.6160.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1012352370.570.0100.07180.8879.0766.27
Hex65EBED39107b54f42
Octal14535335571107265117102
Binary11001011110101111101101111001101111011010110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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