#65E0EB

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

Shades of Turquoise Blue #65E0EB

Tints of Turquoise Blue #65E0EB

Color information

#65E0EB (or 0x65E0EB) is unknown color: approx Turquoise Blue. HEX triplet: 65, E0 and EB. RGB value is (101,224,235). Sum of RGB (Red+Green+Blue) = 101+224+235=560 (74% of max value = 765). Red value is 101 (39.84% from 255 or 18.04% from 560); Green value is 224 (87.89% from 255 or 40% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #65E0EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65E0EB is #9A1F14. Grayscale: #BCBCBC. Windows color (decimal): -10100501 or 15458405. OLE color: 15458405.

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

Color convert

RGB101224235-
CMYK0.570.0500.08
HSL184.93º77.01%65.88%-
HSV(B)184.93º57.02%92.16%-
XYZ47.0262.0888.1-
YUV188.48154.2565.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.04%
GREEN value IS 224 (87.89% from 255) = 40%
BLUE value IS 235 (92.19% from 255) = 41.96%
R=18.04%
G=40%
B=41.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1012242350.570.0500.08184.9377.0165.88
Hex65E0EB39508b94d42
Octal145340353715010271115102
Binary11001011110000011101011111001101010001011100110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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