Html Css Color HEX #57CFCA Medium Turquoise

📋 copy color: '#57CFCA'

red 87 ◦ green 207 ◦ blue 202

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

Shades of Medium Turquoise #57CFCA

Tints of Medium Turquoise #57CFCA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.73%

 BLUE value IS 202 (79.3% from 255) = 40.73%

R = 17.54%
G = 41.73%
B = 40.73%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#57CFCA (or 0x57CFCA) is known color: Medium Turquoise. HEX triplet: 57, CF and CA. RGB value is (87,207,202). Sum of RGB (Red+Green+Blue) = 87+207+202=496 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.54% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 207 - color contains mainly: green. Hex color #57CFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CFCA is #A83035. Grayscale: #AAAAAA. Windows color (decimal): -11022390 or 13291351. OLE color: 13291351.

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

Color convert

RGB 87 207 202 -
CMYK 0.58 0 0.02 0.19
HSL 177.5º 0.56% 0.58% -
HSV(B) 177.5º 0.58% 0.81% -
XYZ 36.9 50.92 63.76 -
YUV 170.55 145.74 68.41 -
System Red Green Blue C M Y K H S L
Decimal 87 207 202 0.58 0 0.02 0.19 177.5 0.56 0.58
Hex 57 CF CA 3A 0 2 13 B2 38 3A
Octal 127 317 312 72 0 2 23 262 70 72
Binary 1010111 11001111 11001010 111010 0 10 10011 10110010 111000 111010

Color Harmonies of #57CFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CFCA

Black with #57CFCA

Text Example


Text Example

White with #57CFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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