Html Css Color HEX #57EFDA Turquoise

📋 copy color: '#57EFDA'

red 87 ◦ green 239 ◦ blue 218

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

Shades of Turquoise #57EFDA

Tints of Turquoise #57EFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.07%

R = 15.99%
G = 43.93%
B = 40.07%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#57EFDA (or 0x57EFDA) is known color: Turquoise. HEX triplet: 57, EF and DA. RGB value is (87,239,218). Sum of RGB (Red+Green+Blue) = 87+239+218=544 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.99% from 544); Green value is 239 (93.75% from 255 or 43.93% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 239 - color contains mainly: green. Hex color #57EFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EFDA is #A81025. Grayscale: #BFBFBF. Windows color (decimal): -11014182 or 14348119. OLE color: 14348119.

HSL color Cylindrical-coordinate representation of color #57EFDA: hue angle of 171.71º 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 #57EFDA is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 87 239 218 -
CMYK 0.64 0 0.09 0.06
HSL 171.71º 0.83% 0.64% -
HSV(B) 171.71º 0.64% 0.94% -
XYZ 47.45 68.82 77.11 -
YUV 191.16 143.14 53.71 -
System Red Green Blue C M Y K H S L
Decimal 87 239 218 0.64 0 0.09 0.06 171.71 0.83 0.64
Hex 57 EF DA 40 0 9 6 AC 53 40
Octal 127 357 332 100 0 11 6 254 123 100
Binary 1010111 11101111 11011010 1000000 0 1001 110 10101100 1010011 1000000

Color Harmonies of #57EFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EFDA

Black with #57EFDA

Text Example


Text Example

White with #57EFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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