Html Css Color HEX #57EFDB Turquoise

📋 copy color: '#57EFDB'

red 87 ◦ green 239 ◦ blue 219

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

Shades of Turquoise #57EFDB

Tints of Turquoise #57EFDB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.85%

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

R = 15.96%
G = 43.85%
B = 40.18%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#57EFDB (or 0x57EFDB) is known color: Turquoise. HEX triplet: 57, EF and DB. RGB value is (87,239,219). Sum of RGB (Red+Green+Blue) = 87+239+219=545 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.96% from 545); Green value is 239 (93.75% from 255 or 43.85% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 239 - color contains mainly: green. Hex color #57EFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EFDB is #A81024. Grayscale: #BFBFBF. Windows color (decimal): -11014181 or 14413655. OLE color: 14413655.

HSL color Cylindrical-coordinate representation of color #57EFDB: hue angle of 172.11º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57EFDB is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 87 239 219 -
CMYK 0.64 0 0.08 0.06
HSL 172.11º 0.83% 0.64% -
HSV(B) 172.11º 0.64% 0.94% -
XYZ 47.58 68.87 77.8 -
YUV 191.27 143.64 53.63 -
System Red Green Blue C M Y K H S L
Decimal 87 239 219 0.64 0 0.08 0.06 172.11 0.83 0.64
Hex 57 EF DB 40 0 8 6 AC 53 40
Octal 127 357 333 100 0 10 6 254 123 100
Binary 1010111 11101111 11011011 1000000 0 1000 110 10101100 1010011 1000000

Color Harmonies of #57EFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EFDB

Black with #57EFDB

Text Example


Text Example

White with #57EFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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