Html Css Color HEX #5EEBD5 Turquoise

📋 copy color: '#5EEBD5'

red 94 ◦ green 235 ◦ blue 213

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

Shades of Turquoise #5EEBD5

Tints of Turquoise #5EEBD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.3%

R = 17.34%
G = 43.36%
B = 39.3%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#5EEBD5 (or 0x5EEBD5) is known color: Turquoise. HEX triplet: 5E, EB and D5. RGB value is (94,235,213). Sum of RGB (Red+Green+Blue) = 94+235+213=542 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.34% from 542); Green value is 235 (92.19% from 255 or 43.36% from 542); Blue value is 213 (83.59% from 255 or 39.30% from 542); Max value from RGB is 235 - color contains mainly: green. Hex color #5EEBD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEBD5 is #A1142A. Grayscale: #BEBEBE. Windows color (decimal): -10556459 or 14019422. OLE color: 14019422.

HSL color Cylindrical-coordinate representation of color #5EEBD5: hue angle of 170.64º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EEBD5 is Cyan = 0.6, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 235 213 -
CMYK 0.6 0 0.09 0.08
HSL 170.64º 0.78% 0.65% -
HSV(B) 170.64º 0.6% 0.92% -
XYZ 46.33 66.6 73.36 -
YUV 190.33 140.79 59.29 -
System Red Green Blue C M Y K H S L
Decimal 94 235 213 0.6 0 0.09 0.08 170.64 0.78 0.65
Hex 5E EB D5 3C 0 9 8 AB 4E 41
Octal 136 353 325 74 0 11 10 253 116 101
Binary 1011110 11101011 11010101 111100 0 1001 1000 10101011 1001110 1000001

Color Harmonies of #5EEBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EEBD5

Black with #5EEBD5

Text Example


Text Example

White with #5EEBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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