Html Css Color HEX #57FDDB Turquoise

📋 copy color: '#57FDDB'

red 87 ◦ green 253 ◦ blue 219

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

Shades of Turquoise #57FDDB

Tints of Turquoise #57FDDB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.26%

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

R = 15.56%
G = 45.26%
B = 39.18%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#57FDDB (or 0x57FDDB) is known color: Turquoise. HEX triplet: 57, FD and DB. RGB value is (87,253,219). Sum of RGB (Red+Green+Blue) = 87+253+219=559 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.56% from 559); Green value is 253 (99.22% from 255 or 45.26% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 253 - color contains mainly: green. Hex color #57FDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FDDB is #A80224. Grayscale: #C7C7C7. Windows color (decimal): -11010597 or 14417239. OLE color: 14417239.

HSL color Cylindrical-coordinate representation of color #57FDDB: hue angle of 167.71º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57FDDB is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 87 253 219 -
CMYK 0.66 0 0.13 0.01
HSL 167.71º 0.98% 0.67% -
HSV(B) 167.71º 0.66% 0.99% -
XYZ 51.84 77.39 79.22 -
YUV 199.49 139 47.76 -
System Red Green Blue C M Y K H S L
Decimal 87 253 219 0.66 0 0.13 0.01 167.71 0.98 0.67
Hex 57 FD DB 42 0 D 1 A8 62 43
Octal 127 375 333 102 0 15 1 250 142 103
Binary 1010111 11111101 11011011 1000010 0 1101 1 10101000 1100010 1000011

Color Harmonies of #57FDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57FDDB

Black with #57FDDB

Text Example


Text Example

White with #57FDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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