Html Css Color HEX #57CDDD Medium Turquoise

📋 copy color: '#57CDDD'

red 87 ◦ green 205 ◦ blue 221

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

Shades of Medium Turquoise #57CDDD

Tints of Medium Turquoise #57CDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.08%

R = 16.96%
G = 39.96%
B = 43.08%

CMYK

 C value IS 0.61

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#57CDDD (or 0x57CDDD) is known color: Medium Turquoise. HEX triplet: 57, CD and DD. RGB value is (87,205,221). Sum of RGB (Red+Green+Blue) = 87+205+221=513 (67% of max value = 765). Red value is 87 (34.38% from 255 or 16.96% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #57CDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CDDD is #A83222. Grayscale: #ABABAB. Windows color (decimal): -11022883 or 14536023. OLE color: 14536023.

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

Color convert

RGB 87 205 221 -
CMYK 0.61 0.07 0 0.13
HSL 187.16º 0.66% 0.6% -
HSV(B) 187.16º 0.61% 0.87% -
XYZ 38.81 50.91 76.19 -
YUV 171.54 155.91 67.7 -
System Red Green Blue C M Y K H S L
Decimal 87 205 221 0.61 0.07 0 0.13 187.16 0.66 0.6
Hex 57 CD DD 3D 7 0 D BB 42 3C
Octal 127 315 335 75 7 0 15 273 102 74
Binary 1010111 11001101 11011101 111101 111 0 1101 10111011 1000010 111100

Color Harmonies of #57CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CDDD

Black with #57CDDD

Text Example


Text Example

White with #57CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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