Html Css Color HEX #57CDD6 Medium Turquoise

📋 copy color: '#57CDD6'

red 87 ◦ green 205 ◦ blue 214

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

Shades of Medium Turquoise #57CDD6

Tints of Medium Turquoise #57CDD6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.51%

 BLUE value IS 214 (83.98% from 255) = 42.29%

R = 17.19%
G = 40.51%
B = 42.29%

CMYK

 C value IS 0.59

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#57CDD6 (or 0x57CDD6) is known color: Medium Turquoise. HEX triplet: 57, CD and D6. RGB value is (87,205,214). Sum of RGB (Red+Green+Blue) = 87+205+214=506 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.19% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 214 (83.98% from 255 or 42.29% from 506); Max value from RGB is 214 - color contains mainly: blue. Hex color #57CDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CDD6 is #A83229. Grayscale: #AAAAAA. Windows color (decimal): -11022890 or 14077271. OLE color: 14077271.

HSL color Cylindrical-coordinate representation of color #57CDD6: hue angle of 184.25º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57CDD6 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 87 205 214 -
CMYK 0.59 0.04 0 0.16
HSL 184.25º 0.61% 0.59% -
HSV(B) 184.25º 0.59% 0.84% -
XYZ 37.9 50.54 71.38 -
YUV 170.74 152.41 68.27 -
System Red Green Blue C M Y K H S L
Decimal 87 205 214 0.59 0.04 0 0.16 184.25 0.61 0.59
Hex 57 CD D6 3B 4 0 10 B8 3D 3B
Octal 127 315 326 73 4 0 20 270 75 73
Binary 1010111 11001101 11010110 111011 100 0 10000 10111000 111101 111011

Color Harmonies of #57CDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CDD6

Black with #57CDD6

Text Example


Text Example

White with #57CDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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