Html Css Color HEX #5CEDD1 Turquoise

📋 copy color: '#5CEDD1'

red 92 ◦ green 237 ◦ blue 209

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

Shades of Turquoise #5CEDD1

Tints of Turquoise #5CEDD1

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.05%

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

R = 17.1%
G = 44.05%
B = 38.85%

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

#5CEDD1 (or 0x5CEDD1) is known color: Turquoise. HEX triplet: 5C, ED and D1. RGB value is (92,237,209). Sum of RGB (Red+Green+Blue) = 92+237+209=538 (71% of max value = 765). Red value is 92 (36.33% from 255 or 17.10% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 237 - color contains mainly: green. Hex color #5CEDD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEDD1 is #A3122E. Grayscale: #BEBEBE. Windows color (decimal): -10687023 or 13757788. OLE color: 13757788.

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

Color convert

RGB 92 237 209 -
CMYK 0.61 0 0.12 0.07
HSL 168.41º 0.8% 0.65% -
HSV(B) 168.41º 0.61% 0.93% -
XYZ 46.21 67.45 70.9 -
YUV 190.45 138.46 57.78 -
System Red Green Blue C M Y K H S L
Decimal 92 237 209 0.61 0 0.12 0.07 168.41 0.8 0.65
Hex 5C ED D1 3D 0 C 7 A8 50 41
Octal 134 355 321 75 0 14 7 250 120 101
Binary 1011100 11101101 11010001 111101 0 1100 111 10101000 1010000 1000001

Color Harmonies of #5CEDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CEDD1

Black with #5CEDD1

Text Example


Text Example

White with #5CEDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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