Html Css Color HEX #5CCDCB Medium Turquoise

📋 copy color: '#5CCDCB'

red 92 ◦ green 205 ◦ blue 203

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

Shades of Medium Turquoise #5CCDCB

Tints of Medium Turquoise #5CCDCB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41%

 BLUE value IS 203 (79.69% from 255) = 40.6%

R = 18.4%
G = 41%
B = 40.6%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#5CCDCB (or 0x5CCDCB) is known color: Medium Turquoise. HEX triplet: 5C, CD and CB. RGB value is (92,205,203). Sum of RGB (Red+Green+Blue) = 92+205+203=500 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.4% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 205 - color contains mainly: green. Hex color #5CCDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCDCB is #A33234. Grayscale: #AAAAAA. Windows color (decimal): -10695221 or 13356380. OLE color: 13356380.

HSL color Cylindrical-coordinate representation of color #5CCDCB: hue angle of 178.94º 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 #5CCDCB is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 92 205 203 -
CMYK 0.55 0 0.01 0.20
HSL 178.94º 0.53% 0.58% -
HSV(B) 178.94º 0.55% 0.8% -
XYZ 37.02 50.25 64.25 -
YUV 170.99 146.06 71.66 -
System Red Green Blue C M Y K H S L
Decimal 92 205 203 0.55 0 0.01 0.20 178.94 0.53 0.58
Hex 5C CD CB 37 0 1 14 B3 35 3A
Octal 134 315 313 67 0 1 24 263 65 72
Binary 1011100 11001101 11001011 110111 0 1 10100 10110011 110101 111010

Color Harmonies of #5CCDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCDCB

Black with #5CCDCB

Text Example


Text Example

White with #5CCDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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