Html Css Color HEX #57F6CB Turquoise

📋 copy color: '#57F6CB'

red 87 ◦ green 246 ◦ blue 203

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

Shades of Turquoise #57F6CB

Tints of Turquoise #57F6CB

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.9%

 BLUE value IS 203 (79.69% from 255) = 37.87%

R = 16.23%
G = 45.9%
B = 37.87%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#57F6CB (or 0x57F6CB) is known color: Turquoise. HEX triplet: 57, F6 and CB. RGB value is (87,246,203). Sum of RGB (Red+Green+Blue) = 87+246+203=536 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.23% from 536); Green value is 246 (96.48% from 255 or 45.90% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 246 - color contains mainly: green. Hex color #57F6CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F6CB is #A80934. Grayscale: #C1C1C1. Windows color (decimal): -11012405 or 13366871. OLE color: 13366871.

HSL color Cylindrical-coordinate representation of color #57F6CB: hue angle of 163.77º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57F6CB is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 87 246 203 -
CMYK 0.65 0 0.17 0.04
HSL 163.77º 0.9% 0.65% -
HSV(B) 163.77º 0.65% 0.96% -
XYZ 47.67 72.25 67.93 -
YUV 193.56 133.32 52 -
System Red Green Blue C M Y K H S L
Decimal 87 246 203 0.65 0 0.17 0.04 163.77 0.9 0.65
Hex 57 F6 CB 41 0 11 4 A4 5A 41
Octal 127 366 313 101 0 21 4 244 132 101
Binary 1010111 11110110 11001011 1000001 0 10001 100 10100100 1011010 1000001

Color Harmonies of #57F6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57F6CB

Black with #57F6CB

Text Example


Text Example

White with #57F6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,246,203); }

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

background-color css

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

 a { background-color: rgb(87,246,203); }

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

border-color css

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

 span { border-color: rgb(87,246,203); }

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