Html Css Color HEX #5CCCC9 Medium Turquoise

📋 copy color: '#5CCCC9'

red 92 ◦ green 204 ◦ blue 201

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

Shades of Medium Turquoise #5CCCC9

Tints of Medium Turquoise #5CCCC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.44%

R = 18.51%
G = 41.05%
B = 40.44%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#5CCCC9 (or 0x5CCCC9) is known color: Medium Turquoise. HEX triplet: 5C, CC and C9. RGB value is (92,204,201). Sum of RGB (Red+Green+Blue) = 92+204+201=497 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.51% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 204 - color contains mainly: green. Hex color #5CCCC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCCC9 is #A33336. Grayscale: #AAAAAA. Windows color (decimal): -10695479 or 13225052. OLE color: 13225052.

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

Color convert

RGB 92 204 201 -
CMYK 0.55 0 0.01 0.2
HSL 178.39º 0.52% 0.58% -
HSV(B) 178.39º 0.55% 0.8% -
XYZ 36.55 49.68 62.92 -
YUV 170.17 145.39 72.24 -
System Red Green Blue C M Y K H S L
Decimal 92 204 201 0.55 0 0.01 0.2 178.39 0.52 0.58
Hex 5C CC C9 37 0 1 14 B2 34 3A
Octal 134 314 311 67 0 1 24 262 64 72
Binary 1011100 11001100 11001001 110111 0 1 10100 10110010 110100 111010

Color Harmonies of #5CCCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCCC9

Black with #5CCCC9

Text Example


Text Example

White with #5CCCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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