Html Css Color HEX #57CECF Medium Turquoise

📋 copy color: '#57CECF'

red 87 ◦ green 206 ◦ blue 207

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

Shades of Medium Turquoise #57CECF

Tints of Medium Turquoise #57CECF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.2%

 BLUE value IS 207 (81.25% from 255) = 41.4%

R = 17.4%
G = 41.2%
B = 41.4%

CMYK

 C value IS 0.58

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#57CECF (or 0x57CECF) is known color: Medium Turquoise. HEX triplet: 57, CE and CF. RGB value is (87,206,207). Sum of RGB (Red+Green+Blue) = 87+206+207=500 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.4% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #57CECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CECF is #A83130. Grayscale: #AAAAAA. Windows color (decimal): -11022641 or 13618775. OLE color: 13618775.

HSL color Cylindrical-coordinate representation of color #57CECF: hue angle of 180.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 #57CECF is Cyan = 0.58, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 206 207 -
CMYK 0.58 0.00 0 0.19
HSL 180.5º 0.56% 0.58% -
HSV(B) 180.5º 0.58% 0.81% -
XYZ 37.26 50.67 66.85 -
YUV 170.53 148.58 68.42 -
System Red Green Blue C M Y K H S L
Decimal 87 206 207 0.58 0.00 0 0.19 180.5 0.56 0.58
Hex 57 CE CF 3A 0 0 13 B4 38 3A
Octal 127 316 317 72 0 0 23 264 70 72
Binary 1010111 11001110 11001111 111010 0 0 10011 10110100 111000 111010

Color Harmonies of #57CECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CECF

Black with #57CECF

Text Example


Text Example

White with #57CECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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