Html Css Color HEX #57CFC4 Medium Turquoise

📋 copy color: '#57CFC4'

red 87 ◦ green 207 ◦ blue 196

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

Shades of Medium Turquoise #57CFC4

Tints of Medium Turquoise #57CFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40%

R = 17.76%
G = 42.24%
B = 40%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#57CFC4 (or 0x57CFC4) is known color: Medium Turquoise. HEX triplet: 57, CF and C4. RGB value is (87,207,196). Sum of RGB (Red+Green+Blue) = 87+207+196=490 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.76% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 196 (76.95% from 255 or 40% from 490); Max value from RGB is 207 - color contains mainly: green. Hex color #57CFC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CFC4 is #A8303B. Grayscale: #A9A9A9. Windows color (decimal): -11022396 or 12898135. OLE color: 12898135.

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

Color convert

RGB 87 207 196 -
CMYK 0.58 0 0.05 0.19
HSL 174.5º 0.56% 0.58% -
HSV(B) 174.5º 0.58% 0.81% -
XYZ 36.21 50.64 60.09 -
YUV 169.87 142.74 68.89 -
System Red Green Blue C M Y K H S L
Decimal 87 207 196 0.58 0 0.05 0.19 174.5 0.56 0.58
Hex 57 CF C4 3A 0 5 13 AE 38 3A
Octal 127 317 304 72 0 5 23 256 70 72
Binary 1010111 11001111 11000100 111010 0 101 10011 10101110 111000 111010

Color Harmonies of #57CFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CFC4

Black with #57CFC4

Text Example


Text Example

White with #57CFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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