Html Css Color HEX #57CECB Medium Turquoise

📋 copy color: '#57CECB'

red 87 ◦ green 206 ◦ blue 203

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

Shades of Medium Turquoise #57CECB

Tints of Medium Turquoise #57CECB

RGB

 RED value IS 87 (34.38% from 255) = 17.54%

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

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

R = 17.54%
G = 41.53%
B = 40.93%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#57CECB (or 0x57CECB) is known color: Medium Turquoise. HEX triplet: 57, CE and CB. RGB value is (87,206,203). Sum of RGB (Red+Green+Blue) = 87+206+203=496 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.54% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 206 - color contains mainly: green. Hex color #57CECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CECB is #A83134. Grayscale: #A9A9A9. Windows color (decimal): -11022645 or 13356631. OLE color: 13356631.

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

Color convert

RGB 87 206 203 -
CMYK 0.58 0 0.01 0.19
HSL 178.49º 0.55% 0.57% -
HSV(B) 178.49º 0.58% 0.81% -
XYZ 36.78 50.48 64.31 -
YUV 170.08 146.58 68.74 -
System Red Green Blue C M Y K H S L
Decimal 87 206 203 0.58 0 0.01 0.19 178.49 0.55 0.57
Hex 57 CE CB 3A 0 1 13 B2 37 39
Octal 127 316 313 72 0 1 23 262 67 71
Binary 1010111 11001110 11001011 111010 0 1 10011 10110010 110111 111001

Color Harmonies of #57CECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CECB

Black with #57CECB

Text Example


Text Example

White with #57CECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57CECB; }

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

 H1.HeaderClassName
 {
   color: #57CECB;
 }
 .AnyTagClassName
 {
   color: #57CECB;
 }
</style>

background-color css

<style>
 a { background-color: #57CECB; }

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

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

border-color css

<style>
 span { border-color: #57CECB; }

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

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