Html Css Color HEX #57D8CB Medium Turquoise

📋 copy color: '#57D8CB'

red 87 ◦ green 216 ◦ blue 203

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

Shades of Medium Turquoise #57D8CB

Tints of Medium Turquoise #57D8CB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.69%

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

R = 17.19%
G = 42.69%
B = 40.12%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#57D8CB (or 0x57D8CB) is known color: Medium Turquoise. HEX triplet: 57, D8 and CB. RGB value is (87,216,203). Sum of RGB (Red+Green+Blue) = 87+216+203=506 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.19% from 506); Green value is 216 (84.77% from 255 or 42.69% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 216 - color contains mainly: green. Hex color #57D8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D8CB is #A82734. Grayscale: #AFAFAF. Windows color (decimal): -11020085 or 13359191. OLE color: 13359191.

HSL color Cylindrical-coordinate representation of color #57D8CB: hue angle of 173.95º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57D8CB is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 87 216 203 -
CMYK 0.60 0 0.06 0.15
HSL 173.95º 0.62% 0.59% -
HSV(B) 173.95º 0.6% 0.85% -
XYZ 39.27 55.45 65.13 -
YUV 175.95 143.26 64.56 -
System Red Green Blue C M Y K H S L
Decimal 87 216 203 0.60 0 0.06 0.15 173.95 0.62 0.59
Hex 57 D8 CB 3C 0 6 F AE 3E 3B
Octal 127 330 313 74 0 6 17 256 76 73
Binary 1010111 11011000 11001011 111100 0 110 1111 10101110 111110 111011

Color Harmonies of #57D8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57D8CB

Black with #57D8CB

Text Example


Text Example

White with #57D8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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