Html Css Color HEX #5CCECB Medium Turquoise

📋 copy color: '#5CCECB'

red 92 ◦ green 206 ◦ blue 203

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

Shades of Medium Turquoise #5CCECB

Tints of Medium Turquoise #5CCECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.52%

R = 18.36%
G = 41.12%
B = 40.52%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#5CCECB (or 0x5CCECB) is known color: Medium Turquoise. HEX triplet: 5C, CE and CB. RGB value is (92,206,203). Sum of RGB (Red+Green+Blue) = 92+206+203=501 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.36% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #5CCECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCECB is #A33134. Grayscale: #ABABAB. Windows color (decimal): -10694965 or 13356636. OLE color: 13356636.

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

Color convert

RGB 92 206 203 -
CMYK 0.55 0 0.01 0.19
HSL 178.42º 0.54% 0.58% -
HSV(B) 178.42º 0.55% 0.81% -
XYZ 37.26 50.73 64.33 -
YUV 171.57 145.73 71.24 -
System Red Green Blue C M Y K H S L
Decimal 92 206 203 0.55 0 0.01 0.19 178.42 0.54 0.58
Hex 5C CE CB 37 0 1 13 B2 36 3A
Octal 134 316 313 67 0 1 23 262 66 72
Binary 1011100 11001110 11001011 110111 0 1 10011 10110010 110110 111010

Color Harmonies of #5CCECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCECB

Black with #5CCECB

Text Example


Text Example

White with #5CCECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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