Html Css Color HEX #5CCEC5 Medium Turquoise

📋 copy color: '#5CCEC5'

red 92 ◦ green 206 ◦ blue 197

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

Shades of Medium Turquoise #5CCEC5

Tints of Medium Turquoise #5CCEC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.8%

R = 18.59%
G = 41.62%
B = 39.8%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#5CCEC5 (or 0x5CCEC5) is known color: Medium Turquoise. HEX triplet: 5C, CE and C5. RGB value is (92,206,197). Sum of RGB (Red+Green+Blue) = 92+206+197=495 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.59% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 197 (77.34% from 255 or 39.80% from 495); Max value from RGB is 206 - color contains mainly: green. Hex color #5CCEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCEC5 is #A3313A. Grayscale: #AAAAAA. Windows color (decimal): -10694971 or 12963420. OLE color: 12963420.

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

Color convert

RGB 92 206 197 -
CMYK 0.55 0 0.04 0.19
HSL 175.26º 0.54% 0.58% -
HSV(B) 175.26º 0.55% 0.81% -
XYZ 36.56 50.45 60.63 -
YUV 170.89 142.73 71.73 -
System Red Green Blue C M Y K H S L
Decimal 92 206 197 0.55 0 0.04 0.19 175.26 0.54 0.58
Hex 5C CE C5 37 0 4 13 AF 36 3A
Octal 134 316 305 67 0 4 23 257 66 72
Binary 1011100 11001110 11000101 110111 0 100 10011 10101111 110110 111010

Color Harmonies of #5CCEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCEC5

Black with #5CCEC5

Text Example


Text Example

White with #5CCEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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