Html Css Color HEX #5CF1CD Turquoise

📋 copy color: '#5CF1CD'

red 92 ◦ green 241 ◦ blue 205

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

Shades of Turquoise #5CF1CD

Tints of Turquoise #5CF1CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.1%

R = 17.1%
G = 44.8%
B = 38.1%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#5CF1CD (or 0x5CF1CD) is known color: Turquoise. HEX triplet: 5C, F1 and CD. RGB value is (92,241,205). Sum of RGB (Red+Green+Blue) = 92+241+205=538 (71% of max value = 765). Red value is 92 (36.33% from 255 or 17.10% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #5CF1CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CF1CD is #A30E32. Grayscale: #C0C0C0. Windows color (decimal): -10686003 or 13496668. OLE color: 13496668.

HSL color Cylindrical-coordinate representation of color #5CF1CD: hue angle of 165.5º 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 #5CF1CD is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 92 241 205 -
CMYK 0.62 0 0.15 0.05
HSL 165.5º 0.84% 0.65% -
HSV(B) 165.5º 0.62% 0.95% -
XYZ 46.89 69.59 68.72 -
YUV 192.35 135.14 56.43 -
System Red Green Blue C M Y K H S L
Decimal 92 241 205 0.62 0 0.15 0.05 165.5 0.84 0.65
Hex 5C F1 CD 3E 0 F 5 A6 54 41
Octal 134 361 315 76 0 17 5 246 124 101
Binary 1011100 11110001 11001101 111110 0 1111 101 10100110 1010100 1000001

Color Harmonies of #5CF1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CF1CD

Black with #5CF1CD

Text Example


Text Example

White with #5CF1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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