Html Css Color HEX #57CCDA Medium Turquoise

📋 copy color: '#57CCDA'

red 87 ◦ green 204 ◦ blue 218

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

Shades of Medium Turquoise #57CCDA

Tints of Medium Turquoise #57CCDA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.08%

 BLUE value IS 218 (85.55% from 255) = 42.83%

R = 17.09%
G = 40.08%
B = 42.83%

CMYK

 C value IS 0.60

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#57CCDA (or 0x57CCDA) is known color: Medium Turquoise. HEX triplet: 57, CC and DA. RGB value is (87,204,218). Sum of RGB (Red+Green+Blue) = 87+204+218=509 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.09% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #57CCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CCDA is #A83325. Grayscale: #AAAAAA. Windows color (decimal): -11023142 or 14339159. OLE color: 14339159.

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

Color convert

RGB 87 204 218 -
CMYK 0.60 0.06 0 0.15
HSL 186.41º 0.64% 0.6% -
HSV(B) 186.41º 0.6% 0.85% -
XYZ 38.18 50.27 74.02 -
YUV 170.61 154.74 68.36 -
System Red Green Blue C M Y K H S L
Decimal 87 204 218 0.60 0.06 0 0.15 186.41 0.64 0.6
Hex 57 CC DA 3C 6 0 F BA 40 3C
Octal 127 314 332 74 6 0 17 272 100 74
Binary 1010111 11001100 11011010 111100 110 0 1111 10111010 1000000 111100

Color Harmonies of #57CCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CCDA

Black with #57CCDA

Text Example


Text Example

White with #57CCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,204,218); }

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

background-color css

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

 a { background-color: rgb(87,204,218); }

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

border-color css

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

 span { border-color: rgb(87,204,218); }

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