Html Css Color HEX #57DECB Medium Turquoise

📋 copy color: '#57DECB'

red 87 ◦ green 222 ◦ blue 203

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

Shades of Medium Turquoise #57DECB

Tints of Medium Turquoise #57DECB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.36%

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

R = 16.99%
G = 43.36%
B = 39.65%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#57DECB (or 0x57DECB) is known color: Medium Turquoise. HEX triplet: 57, DE and CB. RGB value is (87,222,203). Sum of RGB (Red+Green+Blue) = 87+222+203=512 (67% of max value = 765). Red value is 87 (34.38% from 255 or 16.99% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 222 - color contains mainly: green. Hex color #57DECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DECB is #A82134. Grayscale: #B3B3B3. Windows color (decimal): -11018549 or 13360727. OLE color: 13360727.

HSL color Cylindrical-coordinate representation of color #57DECB: hue angle of 171.56º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57DECB is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 222 203 -
CMYK 0.61 0 0.09 0.13
HSL 171.56º 0.67% 0.61% -
HSV(B) 171.56º 0.61% 0.87% -
XYZ 40.83 58.58 65.66 -
YUV 179.47 141.27 62.04 -
System Red Green Blue C M Y K H S L
Decimal 87 222 203 0.61 0 0.09 0.13 171.56 0.67 0.61
Hex 57 DE CB 3D 0 9 D AC 43 3D
Octal 127 336 313 75 0 11 15 254 103 75
Binary 1010111 11011110 11001011 111101 0 1001 1101 10101100 1000011 111101

Color Harmonies of #57DECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DECB

Black with #57DECB

Text Example


Text Example

White with #57DECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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