Html Css Color HEX #5CCDCD Medium Turquoise

📋 copy color: '#5CCDCD'

red 92 ◦ green 205 ◦ blue 205

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

Shades of Medium Turquoise #5CCDCD

Tints of Medium Turquoise #5CCDCD

RGB

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

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

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

R = 18.33%
G = 40.84%
B = 40.84%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5CCDCD (or 0x5CCDCD) is known color: Medium Turquoise. HEX triplet: 5C, CD and CD. RGB value is (92,205,205). Sum of RGB (Red+Green+Blue) = 92+205+205=502 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.33% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #5CCDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCDCD is #A33232. Grayscale: #ABABAB. Windows color (decimal): -10695219 or 13487452. OLE color: 13487452.

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

Color convert

RGB 92 205 205 -
CMYK 0.55 0 0 0.20
HSL 180º 0.53% 0.58% -
HSV(B) 180º 0.55% 0.8% -
XYZ 37.26 50.35 65.51 -
YUV 171.21 147.06 71.5 -
System Red Green Blue C M Y K H S L
Decimal 92 205 205 0.55 0 0 0.20 180 0.53 0.58
Hex 5C CD CD 37 0 0 14 B4 35 3A
Octal 134 315 315 67 0 0 24 264 65 72
Binary 1011100 11001101 11001101 110111 0 0 10100 10110100 110101 111010

Color Harmonies of #5CCDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCDCD

Black with #5CCDCD

Text Example


Text Example

White with #5CCDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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