Html Css Color HEX #57CFCD Medium Turquoise

📋 copy color: '#57CFCD'

red 87 ◦ green 207 ◦ blue 205

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

Shades of Medium Turquoise #57CFCD

Tints of Medium Turquoise #57CFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.08%

R = 17.43%
G = 41.48%
B = 41.08%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#57CFCD (or 0x57CFCD) is known color: Medium Turquoise. HEX triplet: 57, CF and CD. RGB value is (87,207,205). Sum of RGB (Red+Green+Blue) = 87+207+205=499 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.43% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #57CFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CFCD is #A83032. Grayscale: #AAAAAA. Windows color (decimal): -11022387 or 13487959. OLE color: 13487959.

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

Color convert

RGB 87 207 205 -
CMYK 0.58 0 0.01 0.19
HSL 179º 0.56% 0.58% -
HSV(B) 179º 0.58% 0.81% -
XYZ 37.26 51.06 65.65 -
YUV 170.89 147.24 68.16 -
System Red Green Blue C M Y K H S L
Decimal 87 207 205 0.58 0 0.01 0.19 179 0.56 0.58
Hex 57 CF CD 3A 0 1 13 B3 38 3A
Octal 127 317 315 72 0 1 23 263 70 72
Binary 1010111 11001111 11001101 111010 0 1 10011 10110011 111000 111010

Color Harmonies of #57CFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CFCD

Black with #57CFCD

Text Example


Text Example

White with #57CFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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