Html Css Color HEX #5CCCC8 Medium Turquoise

📋 copy color: '#5CCCC8'

red 92 ◦ green 204 ◦ blue 200

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

Shades of Medium Turquoise #5CCCC8

Tints of Medium Turquoise #5CCCC8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.13%

 BLUE value IS 200 (78.52% from 255) = 40.32%

R = 18.55%
G = 41.13%
B = 40.32%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#5CCCC8 (or 0x5CCCC8) is known color: Medium Turquoise. HEX triplet: 5C, CC and C8. RGB value is (92,204,200). Sum of RGB (Red+Green+Blue) = 92+204+200=496 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.55% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 200 (78.52% from 255 or 40.32% from 496); Max value from RGB is 204 - color contains mainly: green. Hex color #5CCCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCCC8 is #A33337. Grayscale: #A9A9A9. Windows color (decimal): -10695480 or 13159516. OLE color: 13159516.

HSL color Cylindrical-coordinate representation of color #5CCCC8: hue angle of 177.86º degrees, saturation: 0.52, 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 #5CCCC8 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB 92 204 200 -
CMYK 0.55 0 0.02 0.2
HSL 177.86º 0.52% 0.58% -
HSV(B) 177.86º 0.55% 0.8% -
XYZ 36.43 49.63 62.3 -
YUV 170.06 144.89 72.33 -
System Red Green Blue C M Y K H S L
Decimal 92 204 200 0.55 0 0.02 0.2 177.86 0.52 0.58
Hex 5C CC C8 37 0 2 14 B2 34 3A
Octal 134 314 310 67 0 2 24 262 64 72
Binary 1011100 11001100 11001000 110111 0 10 10100 10110010 110100 111010

Color Harmonies of #5CCCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCCC8

Black with #5CCCC8

Text Example


Text Example

White with #5CCCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,204,200); }

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

background-color css

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

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

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

border-color css

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

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

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