Html Css Color HEX #5EEECE Turquoise

📋 copy color: '#5EEECE'

red 94 ◦ green 238 ◦ blue 206

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

Shades of Turquoise #5EEECE

Tints of Turquoise #5EEECE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.24%

 BLUE value IS 206 (80.86% from 255) = 38.29%

R = 17.47%
G = 44.24%
B = 38.29%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#5EEECE (or 0x5EEECE) is known color: Turquoise. HEX triplet: 5E, EE and CE. RGB value is (94,238,206). Sum of RGB (Red+Green+Blue) = 94+238+206=538 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.47% from 538); Green value is 238 (93.36% from 255 or 44.24% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 238 - color contains mainly: green. Hex color #5EEECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEECE is #A11131. Grayscale: #BFBFBF. Windows color (decimal): -10555698 or 13561438. OLE color: 13561438.

HSL color Cylindrical-coordinate representation of color #5EEECE: hue angle of 166.67º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EEECE is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 94 238 206 -
CMYK 0.61 0 0.13 0.07
HSL 166.67º 0.81% 0.65% -
HSV(B) 166.67º 0.61% 0.93% -
XYZ 46.33 67.98 69.07 -
YUV 191.3 136.29 58.6 -
System Red Green Blue C M Y K H S L
Decimal 94 238 206 0.61 0 0.13 0.07 166.67 0.81 0.65
Hex 5E EE CE 3D 0 D 7 A7 51 41
Octal 136 356 316 75 0 15 7 247 121 101
Binary 1011110 11101110 11001110 111101 0 1101 111 10100111 1010001 1000001

Color Harmonies of #5EEECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EEECE

Black with #5EEECE

Text Example


Text Example

White with #5EEECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,238,206); }

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

background-color css

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

 a { background-color: rgb(94,238,206); }

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

border-color css

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

 span { border-color: rgb(94,238,206); }

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