Html Css Color HEX #57DEDB Medium Turquoise

📋 copy color: '#57DEDB'

red 87 ◦ green 222 ◦ blue 219

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

Shades of Medium Turquoise #57DEDB

Tints of Medium Turquoise #57DEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.48%

R = 16.48%
G = 42.05%
B = 41.48%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#57DEDB (or 0x57DEDB) is known color: Medium Turquoise. HEX triplet: 57, DE and DB. RGB value is (87,222,219). Sum of RGB (Red+Green+Blue) = 87+222+219=528 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.48% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 222 - color contains mainly: green. Hex color #57DEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DEDB is #A82124. Grayscale: #B5B5B5. Windows color (decimal): -11018533 or 14409303. OLE color: 14409303.

HSL color Cylindrical-coordinate representation of color #57DEDB: hue angle of 178.67º 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 #57DEDB is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 222 219 -
CMYK 0.61 0 0.01 0.13
HSL 178.67º 0.67% 0.61% -
HSV(B) 178.67º 0.61% 0.87% -
XYZ 42.84 59.38 76.22 -
YUV 181.29 149.27 60.74 -
System Red Green Blue C M Y K H S L
Decimal 87 222 219 0.61 0 0.01 0.13 178.67 0.67 0.61
Hex 57 DE DB 3D 0 1 D B3 43 3D
Octal 127 336 333 75 0 1 15 263 103 75
Binary 1010111 11011110 11011011 111101 0 1 1101 10110011 1000011 111101

Color Harmonies of #57DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DEDB

Black with #57DEDB

Text Example


Text Example

White with #57DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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