Html Css Color HEX #5EEFD3 Turquoise

📋 copy color: '#5EEFD3'

red 94 ◦ green 239 ◦ blue 211

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

Shades of Turquoise #5EEFD3

Tints of Turquoise #5EEFD3

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.93%

 BLUE value IS 211 (82.81% from 255) = 38.79%

R = 17.28%
G = 43.93%
B = 38.79%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#5EEFD3 (or 0x5EEFD3) is known color: Turquoise. HEX triplet: 5E, EF and D3. RGB value is (94,239,211). Sum of RGB (Red+Green+Blue) = 94+239+211=544 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.28% from 544); Green value is 239 (93.75% from 255 or 43.93% from 544); Blue value is 211 (82.81% from 255 or 38.79% from 544); Max value from RGB is 239 - color contains mainly: green. Hex color #5EEFD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEFD3 is #A1102C. Grayscale: #C0C0C0. Windows color (decimal): -10555437 or 13889374. OLE color: 13889374.

HSL color Cylindrical-coordinate representation of color #5EEFD3: hue angle of 168.41º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EEFD3 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 94 239 211 -
CMYK 0.61 0 0.12 0.06
HSL 168.41º 0.82% 0.65% -
HSV(B) 168.41º 0.61% 0.94% -
XYZ 47.24 68.82 72.42 -
YUV 192.45 138.46 57.78 -
System Red Green Blue C M Y K H S L
Decimal 94 239 211 0.61 0 0.12 0.06 168.41 0.82 0.65
Hex 5E EF D3 3D 0 C 6 A8 52 41
Octal 136 357 323 75 0 14 6 250 122 101
Binary 1011110 11101111 11010011 111101 0 1100 110 10101000 1010010 1000001

Color Harmonies of #5EEFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EEFD3

Black with #5EEFD3

Text Example


Text Example

White with #5EEFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,239,211); }

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

background-color css

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

 a { background-color: rgb(94,239,211); }

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

border-color css

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

 span { border-color: rgb(94,239,211); }

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