Html Css Color HEX #5EEBEC Turquoise Blue

📋 copy color: '#5EEBEC'

red 94 ◦ green 235 ◦ blue 236

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

Shades of Turquoise Blue #5EEBEC

Tints of Turquoise Blue #5EEBEC

RGB

 RED value IS 94 (37.11% from 255) = 16.64%

 GREEN value IS 235 (92.19% from 255) = 41.59%

 BLUE value IS 236 (92.58% from 255) = 41.77%

R = 16.64%
G = 41.59%
B = 41.77%

CMYK

 C value IS 0.60

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5EEBEC (or 0x5EEBEC) is known color: Turquoise Blue. HEX triplet: 5E, EB and EC. RGB value is (94,235,236). Sum of RGB (Red+Green+Blue) = 94+235+236=565 (74% of max value = 765). Red value is 94 (37.11% from 255 or 16.64% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #5EEBEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EEBEC is #A11413. Grayscale: #C0C0C0. Windows color (decimal): -10556436 or 15526750. OLE color: 15526750.

HSL color Cylindrical-coordinate representation of color #5EEBEC: hue angle of 180.42º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EEBEC is Cyan = 0.60, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 94 235 236 -
CMYK 0.60 0.00 0 0.07
HSL 180.42º 0.79% 0.65% -
HSV(B) 180.42º 0.6% 0.93% -
XYZ 49.46 67.85 89.85 -
YUV 192.96 152.29 57.42 -
System Red Green Blue C M Y K H S L
Decimal 94 235 236 0.60 0.00 0 0.07 180.42 0.79 0.65
Hex 5E EB EC 3C 0 0 7 B4 4F 41
Octal 136 353 354 74 0 0 7 264 117 101
Binary 1011110 11101011 11101100 111100 0 0 111 10110100 1001111 1000001

Color Harmonies of #5EEBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EEBEC

Black with #5EEBEC

Text Example


Text Example

White with #5EEBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5EEBEC; }

 p { color: rgb(94,235,236); }

 H1.HeaderClassName
 {
   color: #5EEBEC;
 }
 .AnyTagClassName
 {
   color: #5EEBEC;
 }
</style>

background-color css

<style>
 a { background-color: #5EEBEC; }

 a { background-color: rgb(94,235,236); }

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

border-color css

<style>
 span { border-color: #5EEBEC; }

 span { border-color: rgb(94,235,236); }

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