Html Css Color HEX #5CCECA Medium Turquoise

📋 copy color: '#5CCECA'

red 92 ◦ green 206 ◦ blue 202

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

Shades of Medium Turquoise #5CCECA

Tints of Medium Turquoise #5CCECA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.2%

 BLUE value IS 202 (79.3% from 255) = 40.4%

R = 18.4%
G = 41.2%
B = 40.4%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#5CCECA (or 0x5CCECA) is known color: Medium Turquoise. HEX triplet: 5C, CE and CA. RGB value is (92,206,202). Sum of RGB (Red+Green+Blue) = 92+206+202=500 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.4% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #5CCECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCECA is #A33135. Grayscale: #ABABAB. Windows color (decimal): -10694966 or 13291100. OLE color: 13291100.

HSL color Cylindrical-coordinate representation of color #5CCECA: hue angle of 177.89º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CCECA is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 92 206 202 -
CMYK 0.55 0 0.02 0.19
HSL 177.89º 0.54% 0.58% -
HSV(B) 177.89º 0.55% 0.81% -
XYZ 37.15 50.68 63.7 -
YUV 171.46 145.23 71.33 -
System Red Green Blue C M Y K H S L
Decimal 92 206 202 0.55 0 0.02 0.19 177.89 0.54 0.58
Hex 5C CE CA 37 0 2 13 B2 36 3A
Octal 134 316 312 67 0 2 23 262 66 72
Binary 1011100 11001110 11001010 110111 0 10 10011 10110010 110110 111010

Color Harmonies of #5CCECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCECA

Black with #5CCECA

Text Example


Text Example

White with #5CCECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,206,202); }

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

background-color css

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

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

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

border-color css

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

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

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