Html Css Color HEX #57F9CE Turquoise

📋 copy color: '#57F9CE'

red 87 ◦ green 249 ◦ blue 206

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

Shades of Turquoise #57F9CE

Tints of Turquoise #57F9CE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.94%

 BLUE value IS 206 (80.86% from 255) = 38.01%

R = 16.05%
G = 45.94%
B = 38.01%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#57F9CE (or 0x57F9CE) is known color: Turquoise. HEX triplet: 57, F9 and CE. RGB value is (87,249,206). Sum of RGB (Red+Green+Blue) = 87+249+206=542 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.05% from 542); Green value is 249 (97.66% from 255 or 45.94% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 249 - color contains mainly: green. Hex color #57F9CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F9CE is #A80631. Grayscale: #C3C3C3. Windows color (decimal): -11011634 or 13564247. OLE color: 13564247.

HSL color Cylindrical-coordinate representation of color #57F9CE: hue angle of 164.07º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57F9CE is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 87 249 206 -
CMYK 0.65 0 0.17 0.02
HSL 164.07º 0.93% 0.66% -
HSV(B) 164.07º 0.65% 0.98% -
XYZ 48.95 74.23 70.14 -
YUV 195.66 133.83 50.5 -
System Red Green Blue C M Y K H S L
Decimal 87 249 206 0.65 0 0.17 0.02 164.07 0.93 0.66
Hex 57 F9 CE 41 0 11 2 A4 5D 42
Octal 127 371 316 101 0 21 2 244 135 102
Binary 1010111 11111001 11001110 1000001 0 10001 10 10100100 1011101 1000010

Color Harmonies of #57F9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57F9CE

Black with #57F9CE

Text Example


Text Example

White with #57F9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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