Html Css Color HEX #5CC9CD Medium Turquoise

📋 copy color: '#5CC9CD'

red 92 ◦ green 201 ◦ blue 205

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

Shades of Medium Turquoise #5CC9CD

Tints of Medium Turquoise #5CC9CD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.36%

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

R = 18.47%
G = 40.36%
B = 41.16%

CMYK

 C value IS 0.55

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5CC9CD (or 0x5CC9CD) is known color: Medium Turquoise. HEX triplet: 5C, C9 and CD. RGB value is (92,201,205). Sum of RGB (Red+Green+Blue) = 92+201+205=498 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.47% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #5CC9CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC9CD is #A33632. Grayscale: #A8A8A8. Windows color (decimal): -10696243 or 13486428. OLE color: 13486428.

HSL color Cylindrical-coordinate representation of color #5CC9CD: hue angle of 182.12º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CC9CD is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 92 201 205 -
CMYK 0.55 0.02 0 0.20
HSL 182.12º 0.53% 0.58% -
HSV(B) 182.12º 0.55% 0.8% -
XYZ 36.32 48.46 65.2 -
YUV 168.87 148.39 73.17 -
System Red Green Blue C M Y K H S L
Decimal 92 201 205 0.55 0.02 0 0.20 182.12 0.53 0.58
Hex 5C C9 CD 37 2 0 14 B6 35 3A
Octal 134 311 315 67 2 0 24 266 65 72
Binary 1011100 11001001 11001101 110111 10 0 10100 10110110 110101 111010

Color Harmonies of #5CC9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CC9CD

Black with #5CC9CD

Text Example


Text Example

White with #5CC9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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