Html Css Color HEX #57FBE0 Turquoise

📋 copy color: '#57FBE0'

red 87 ◦ green 251 ◦ blue 224

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

Shades of Turquoise #57FBE0

Tints of Turquoise #57FBE0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.66%

 BLUE value IS 224 (87.89% from 255) = 39.86%

R = 15.48%
G = 44.66%
B = 39.86%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#57FBE0 (or 0x57FBE0) is known color: Turquoise. HEX triplet: 57, FB and E0. RGB value is (87,251,224). Sum of RGB (Red+Green+Blue) = 87+251+224=562 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.48% from 562); Green value is 251 (98.44% from 255 or 44.66% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 251 - color contains mainly: green. Hex color #57FBE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FBE0 is #A8041F. Grayscale: #C6C6C6. Windows color (decimal): -11011104 or 14744407. OLE color: 14744407.

HSL color Cylindrical-coordinate representation of color #57FBE0: hue angle of 170.12º degrees, saturation: 0.95, 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 #57FBE0 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 87 251 224 -
CMYK 0.65 0 0.11 0.02
HSL 170.12º 0.95% 0.66% -
HSV(B) 170.12º 0.65% 0.98% -
XYZ 51.88 76.4 82.53 -
YUV 198.89 142.17 48.2 -
System Red Green Blue C M Y K H S L
Decimal 87 251 224 0.65 0 0.11 0.02 170.12 0.95 0.66
Hex 57 FB E0 41 0 B 2 AA 5F 42
Octal 127 373 340 101 0 13 2 252 137 102
Binary 1010111 11111011 11100000 1000001 0 1011 10 10101010 1011111 1000010

Color Harmonies of #57FBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57FBE0

Black with #57FBE0

Text Example


Text Example

White with #57FBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,251,224); }

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

background-color css

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

 a { background-color: rgb(87,251,224); }

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

border-color css

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

 span { border-color: rgb(87,251,224); }

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