Html Css Color HEX #57CADA Medium Turquoise

📋 copy color: '#57CADA'

red 87 ◦ green 202 ◦ blue 218

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

Shades of Medium Turquoise #57CADA

Tints of Medium Turquoise #57CADA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.84%

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

R = 17.16%
G = 39.84%
B = 43%

CMYK

 C value IS 0.60

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#57CADA (or 0x57CADA) is known color: Medium Turquoise. HEX triplet: 57, CA and DA. RGB value is (87,202,218). Sum of RGB (Red+Green+Blue) = 87+202+218=507 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.16% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #57CADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CADA is #A83525. Grayscale: #A9A9A9. Windows color (decimal): -11023654 or 14338647. OLE color: 14338647.

HSL color Cylindrical-coordinate representation of color #57CADA: hue angle of 187.33º 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 #57CADA is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 87 202 218 -
CMYK 0.60 0.07 0 0.15
HSL 187.33º 0.64% 0.6% -
HSV(B) 187.33º 0.6% 0.85% -
XYZ 37.71 49.33 73.86 -
YUV 169.44 155.4 69.2 -
System Red Green Blue C M Y K H S L
Decimal 87 202 218 0.60 0.07 0 0.15 187.33 0.64 0.6
Hex 57 CA DA 3C 7 0 F BB 40 3C
Octal 127 312 332 74 7 0 17 273 100 74
Binary 1010111 11001010 11011010 111100 111 0 1111 10111011 1000000 111100

Color Harmonies of #57CADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CADA

Black with #57CADA

Text Example


Text Example

White with #57CADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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