Html Css Color HEX #57CACE Medium Turquoise

📋 copy color: '#57CACE'

red 87 ◦ green 202 ◦ blue 206

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

Shades of Medium Turquoise #57CACE

Tints of Medium Turquoise #57CACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.62%

R = 17.58%
G = 40.81%
B = 41.62%

CMYK

 C value IS 0.58

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#57CACE (or 0x57CACE) is known color: Medium Turquoise. HEX triplet: 57, CA and CE. RGB value is (87,202,206). Sum of RGB (Red+Green+Blue) = 87+202+206=495 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.58% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #57CACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CACE is #A83531. Grayscale: #A7A7A7. Windows color (decimal): -11023666 or 13552215. OLE color: 13552215.

HSL color Cylindrical-coordinate representation of color #57CACE: hue angle of 182.02º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57CACE is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 202 206 -
CMYK 0.58 0.02 0 0.19
HSL 182.02º 0.55% 0.57% -
HSV(B) 182.02º 0.58% 0.81% -
XYZ 36.19 48.72 65.89 -
YUV 168.07 149.4 70.17 -
System Red Green Blue C M Y K H S L
Decimal 87 202 206 0.58 0.02 0 0.19 182.02 0.55 0.57
Hex 57 CA CE 3A 2 0 13 B6 37 39
Octal 127 312 316 72 2 0 23 266 67 71
Binary 1010111 11001010 11001110 111010 10 0 10011 10110110 110111 111001

Color Harmonies of #57CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CACE

Black with #57CACE

Text Example


Text Example

White with #57CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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