Html Css Color HEX #5EE6D3 Turquoise

📋 copy color: '#5EE6D3'

red 94 ◦ green 230 ◦ blue 211

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

Shades of Turquoise #5EE6D3

Tints of Turquoise #5EE6D3

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.99%

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

R = 17.57%
G = 42.99%
B = 39.44%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#5EE6D3 (or 0x5EE6D3) is known color: Turquoise. HEX triplet: 5E, E6 and D3. RGB value is (94,230,211). Sum of RGB (Red+Green+Blue) = 94+230+211=535 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.57% from 535); Green value is 230 (90.23% from 255 or 42.99% from 535); Blue value is 211 (82.81% from 255 or 39.44% from 535); Max value from RGB is 230 - color contains mainly: green. Hex color #5EE6D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EE6D3 is #A1192C. Grayscale: #BBBBBB. Windows color (decimal): -10557741 or 13887070. OLE color: 13887070.

HSL color Cylindrical-coordinate representation of color #5EE6D3: hue angle of 171.62º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5EE6D3 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB 94 230 211 -
CMYK 0.59 0 0.08 0.10
HSL 171.62º 0.73% 0.64% -
HSV(B) 171.62º 0.59% 0.9% -
XYZ 44.67 63.68 71.56 -
YUV 187.17 141.44 61.54 -
System Red Green Blue C M Y K H S L
Decimal 94 230 211 0.59 0 0.08 0.10 171.62 0.73 0.64
Hex 5E E6 D3 3B 0 8 A AC 49 40
Octal 136 346 323 73 0 10 12 254 111 100
Binary 1011110 11100110 11010011 111011 0 1000 1010 10101100 1001001 1000000

Color Harmonies of #5EE6D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EE6D3

Black with #5EE6D3

Text Example


Text Example

White with #5EE6D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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