Html Css Color HEX #57DFCD Medium Turquoise

📋 copy color: '#57DFCD'

red 87 ◦ green 223 ◦ blue 205

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

Shades of Medium Turquoise #57DFCD

Tints of Medium Turquoise #57DFCD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.3%

 BLUE value IS 205 (80.47% from 255) = 39.81%

R = 16.89%
G = 43.3%
B = 39.81%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#57DFCD (or 0x57DFCD) is known color: Medium Turquoise. HEX triplet: 57, DF and CD. RGB value is (87,223,205). Sum of RGB (Red+Green+Blue) = 87+223+205=515 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.89% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 223 - color contains mainly: green. Hex color #57DFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DFCD is #A82032. Grayscale: #B4B4B4. Windows color (decimal): -11018291 or 13492055. OLE color: 13492055.

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

Color convert

RGB 87 223 205 -
CMYK 0.61 0 0.08 0.13
HSL 172.06º 0.68% 0.61% -
HSV(B) 172.06º 0.61% 0.87% -
XYZ 41.34 59.21 67.01 -
YUV 180.28 141.94 61.46 -
System Red Green Blue C M Y K H S L
Decimal 87 223 205 0.61 0 0.08 0.13 172.06 0.68 0.61
Hex 57 DF CD 3D 0 8 D AC 44 3D
Octal 127 337 315 75 0 10 15 254 104 75
Binary 1010111 11011111 11001101 111101 0 1000 1101 10101100 1000100 111101

Color Harmonies of #57DFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DFCD

Black with #57DFCD

Text Example


Text Example

White with #57DFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,223,205); }

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

background-color css

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

 a { background-color: rgb(87,223,205); }

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

border-color css

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

 span { border-color: rgb(87,223,205); }

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