Html Css Color HEX #5CEED1 Turquoise

📋 copy color: '#5CEED1'

red 92 ◦ green 238 ◦ blue 209

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

Shades of Turquoise #5CEED1

Tints of Turquoise #5CEED1

RGB

 RED value IS 92 (36.33% from 255) = 17.07%

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

 BLUE value IS 209 (82.03% from 255) = 38.78%

R = 17.07%
G = 44.16%
B = 38.78%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#5CEED1 (or 0x5CEED1) is known color: Turquoise. HEX triplet: 5C, EE and D1. RGB value is (92,238,209). Sum of RGB (Red+Green+Blue) = 92+238+209=539 (71% of max value = 765). Red value is 92 (36.33% from 255 or 17.07% from 539); Green value is 238 (93.36% from 255 or 44.16% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 238 - color contains mainly: green. Hex color #5CEED1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEED1 is #A3112E. Grayscale: #BFBFBF. Windows color (decimal): -10686767 or 13758044. OLE color: 13758044.

HSL color Cylindrical-coordinate representation of color #5CEED1: hue angle of 168.08º 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 #5CEED1 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 92 238 209 -
CMYK 0.61 0 0.12 0.07
HSL 168.08º 0.81% 0.65% -
HSV(B) 168.08º 0.61% 0.93% -
XYZ 46.5 68.03 71 -
YUV 191.04 138.13 57.36 -
System Red Green Blue C M Y K H S L
Decimal 92 238 209 0.61 0 0.12 0.07 168.08 0.81 0.65
Hex 5C EE D1 3D 0 C 7 A8 51 41
Octal 134 356 321 75 0 14 7 250 121 101
Binary 1011100 11101110 11010001 111101 0 1100 111 10101000 1010001 1000001

Color Harmonies of #5CEED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CEED1

Black with #5CEED1

Text Example


Text Example

White with #5CEED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,238,209); }

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

background-color css

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

 a { background-color: rgb(92,238,209); }

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

border-color css

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

 span { border-color: rgb(92,238,209); }

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