Html Css Color HEX #57FBDB Turquoise

📋 copy color: '#57FBDB'

red 87 ◦ green 251 ◦ blue 219

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

Shades of Turquoise #57FBDB

Tints of Turquoise #57FBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.32%

R = 15.62%
G = 45.06%
B = 39.32%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#57FBDB (or 0x57FBDB) is known color: Turquoise. HEX triplet: 57, FB and DB. RGB value is (87,251,219). Sum of RGB (Red+Green+Blue) = 87+251+219=557 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.62% from 557); Green value is 251 (98.44% from 255 or 45.06% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 251 - color contains mainly: green. Hex color #57FBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FBDB is #A80424. Grayscale: #C6C6C6. Windows color (decimal): -11011109 or 14416727. OLE color: 14416727.

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

Color convert

RGB 87 251 219 -
CMYK 0.65 0 0.13 0.02
HSL 168.29º 0.95% 0.66% -
HSV(B) 168.29º 0.65% 0.98% -
XYZ 51.21 76.14 79.01 -
YUV 198.32 139.67 48.6 -
System Red Green Blue C M Y K H S L
Decimal 87 251 219 0.65 0 0.13 0.02 168.29 0.95 0.66
Hex 57 FB DB 41 0 D 2 A8 5F 42
Octal 127 373 333 101 0 15 2 250 137 102
Binary 1010111 11111011 11011011 1000001 0 1101 10 10101000 1011111 1000010

Color Harmonies of #57FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57FBDB

Black with #57FBDB

Text Example


Text Example

White with #57FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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