Html Css Color HEX #5CF1D9 Turquoise

📋 copy color: '#5CF1D9'

red 92 ◦ green 241 ◦ blue 217

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

Shades of Turquoise #5CF1D9

Tints of Turquoise #5CF1D9

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.82%

 BLUE value IS 217 (85.16% from 255) = 39.45%

R = 16.73%
G = 43.82%
B = 39.45%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#5CF1D9 (or 0x5CF1D9) is known color: Turquoise. HEX triplet: 5C, F1 and D9. RGB value is (92,241,217). Sum of RGB (Red+Green+Blue) = 92+241+217=550 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.73% from 550); Green value is 241 (94.53% from 255 or 43.82% from 550); Blue value is 217 (85.16% from 255 or 39.45% from 550); Max value from RGB is 241 - color contains mainly: green. Hex color #5CF1D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CF1D9 is #A30E26. Grayscale: #C1C1C1. Windows color (decimal): -10685991 or 14283100. OLE color: 14283100.

HSL color Cylindrical-coordinate representation of color #5CF1D9: hue angle of 170.34º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CF1D9 is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 92 241 217 -
CMYK 0.62 0 0.10 0.05
HSL 170.34º 0.84% 0.65% -
HSV(B) 170.34º 0.62% 0.95% -
XYZ 48.39 70.2 76.64 -
YUV 193.71 141.14 55.45 -
System Red Green Blue C M Y K H S L
Decimal 92 241 217 0.62 0 0.10 0.05 170.34 0.84 0.65
Hex 5C F1 D9 3E 0 A 5 AA 54 41
Octal 134 361 331 76 0 12 5 252 124 101
Binary 1011100 11110001 11011001 111110 0 1010 101 10101010 1010100 1000001

Color Harmonies of #5CF1D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CF1D9

Black with #5CF1D9

Text Example


Text Example

White with #5CF1D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,241,217); }

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

background-color css

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

 a { background-color: rgb(92,241,217); }

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

border-color css

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

 span { border-color: rgb(92,241,217); }

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