Html Css Color HEX #65E8EB Turquoise Blue

📋 copy color: '#65E8EB'

red 101 ◦ green 232 ◦ blue 235

#65E8EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #65E8EB

Tints of Turquoise Blue #65E8EB

RGB

 RED value IS 101 (39.84% from 255) = 17.78%

 GREEN value IS 232 (91.02% from 255) = 40.85%

 BLUE value IS 235 (92.19% from 255) = 41.37%

R = 17.78%
G = 40.85%
B = 41.37%

CMYK

 C value IS 0.57

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#65E8EB (or 0x65E8EB) is known color: Turquoise Blue. HEX triplet: 65, E8 and EB. RGB value is (101,232,235). Sum of RGB (Red+Green+Blue) = 101+232+235=568 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.78% from 568); Green value is 232 (91.02% from 255 or 40.85% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #65E8EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65E8EB is #9A1714. Grayscale: #C1C1C1. Windows color (decimal): -10098453 or 15460453. OLE color: 15460453.

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

Color convert

RGB 101 232 235 -
CMYK 0.57 0.01 0 0.08
HSL 181.34º 0.77% 0.66% -
HSV(B) 181.34º 0.57% 0.92% -
XYZ 49.22 66.48 88.83 -
YUV 193.17 151.6 62.26 -
System Red Green Blue C M Y K H S L
Decimal 101 232 235 0.57 0.01 0 0.08 181.34 0.77 0.66
Hex 65 E8 EB 39 1 0 8 B5 4D 42
Octal 145 350 353 71 1 0 10 265 115 102
Binary 1100101 11101000 11101011 111001 1 0 1000 10110101 1001101 1000010

Color Harmonies of #65E8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65E8EB

Black with #65E8EB

Text Example


Text Example

White with #65E8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #65E8EB;
 }
 .AnyTagClassName
 {
   color: #65E8EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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