Html Css Color HEX #57CFBC Medium Turquoise

📋 copy color: '#57CFBC'

red 87 ◦ green 207 ◦ blue 188

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

Shades of Medium Turquoise #57CFBC

Tints of Medium Turquoise #57CFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39%

R = 18.05%
G = 42.95%
B = 39%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#57CFBC (or 0x57CFBC) is known color: Medium Turquoise. HEX triplet: 57, CF and BC. RGB value is (87,207,188). Sum of RGB (Red+Green+Blue) = 87+207+188=482 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.05% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #57CFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CFBC is #A83043. Grayscale: #A8A8A8. Windows color (decimal): -11022404 or 12373847. OLE color: 12373847.

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

Color convert

RGB 87 207 188 -
CMYK 0.58 0 0.09 0.19
HSL 170.5º 0.56% 0.58% -
HSV(B) 170.5º 0.58% 0.81% -
XYZ 35.32 50.28 55.42 -
YUV 168.95 138.74 69.54 -
System Red Green Blue C M Y K H S L
Decimal 87 207 188 0.58 0 0.09 0.19 170.5 0.56 0.58
Hex 57 CF BC 3A 0 9 13 AA 38 3A
Octal 127 317 274 72 0 11 23 252 70 72
Binary 1010111 11001111 10111100 111010 0 1001 10011 10101010 111000 111010

Color Harmonies of #57CFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CFBC

Black with #57CFBC

Text Example


Text Example

White with #57CFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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