Html Css Color HEX #5EF1CB Turquoise

📋 copy color: '#5EF1CB'

red 94 ◦ green 241 ◦ blue 203

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

Shades of Turquoise #5EF1CB

Tints of Turquoise #5EF1CB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.8%

 BLUE value IS 203 (79.69% from 255) = 37.73%

R = 17.47%
G = 44.8%
B = 37.73%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#5EF1CB (or 0x5EF1CB) is known color: Turquoise. HEX triplet: 5E, F1 and CB. RGB value is (94,241,203). Sum of RGB (Red+Green+Blue) = 94+241+203=538 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.47% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #5EF1CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EF1CB is #A10E34. Grayscale: #C0C0C0. Windows color (decimal): -10554933 or 13365598. OLE color: 13365598.

HSL color Cylindrical-coordinate representation of color #5EF1CB: hue angle of 164.49º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EF1CB is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 94 241 203 -
CMYK 0.61 0 0.16 0.05
HSL 164.49º 0.84% 0.66% -
HSV(B) 164.49º 0.61% 0.95% -
XYZ 46.85 69.6 67.47 -
YUV 192.72 133.8 57.59 -
System Red Green Blue C M Y K H S L
Decimal 94 241 203 0.61 0 0.16 0.05 164.49 0.84 0.66
Hex 5E F1 CB 3D 0 10 5 A4 54 42
Octal 136 361 313 75 0 20 5 244 124 102
Binary 1011110 11110001 11001011 111101 0 10000 101 10100100 1010100 1000010

Color Harmonies of #5EF1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EF1CB

Black with #5EF1CB

Text Example


Text Example

White with #5EF1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,241,203); }

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

background-color css

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

 a { background-color: rgb(94,241,203); }

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

border-color css

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

 span { border-color: rgb(94,241,203); }

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