Html Css Color HEX #5CCDC7 Medium Turquoise

📋 copy color: '#5CCDC7'

red 92 ◦ green 205 ◦ blue 199

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

Shades of Medium Turquoise #5CCDC7

Tints of Medium Turquoise #5CCDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.12%

R = 18.55%
G = 41.33%
B = 40.12%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#5CCDC7 (or 0x5CCDC7) is known color: Medium Turquoise. HEX triplet: 5C, CD and C7. RGB value is (92,205,199). Sum of RGB (Red+Green+Blue) = 92+205+199=496 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.55% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 199 (78.12% from 255 or 40.12% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #5CCDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCDC7 is #A33238. Grayscale: #AAAAAA. Windows color (decimal): -10695225 or 13094236. OLE color: 13094236.

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

Color convert

RGB 92 205 199 -
CMYK 0.55 0 0.03 0.20
HSL 176.81º 0.53% 0.58% -
HSV(B) 176.81º 0.55% 0.8% -
XYZ 36.55 50.06 61.77 -
YUV 170.53 144.06 71.99 -
System Red Green Blue C M Y K H S L
Decimal 92 205 199 0.55 0 0.03 0.20 176.81 0.53 0.58
Hex 5C CD C7 37 0 3 14 B1 35 3A
Octal 134 315 307 67 0 3 24 261 65 72
Binary 1011100 11001101 11000111 110111 0 11 10100 10110001 110101 111010

Color Harmonies of #5CCDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCDC7

Black with #5CCDC7

Text Example


Text Example

White with #5CCDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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