Html Css Color HEX #57FFDE Turquoise

📋 copy color: '#57FFDE'

red 87 ◦ green 255 ◦ blue 222

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

Shades of Turquoise #57FFDE

Tints of Turquoise #57FFDE

RGB

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

 GREEN value IS 255 (100% from 255) = 45.21%

 BLUE value IS 222 (87.11% from 255) = 39.36%

R = 15.43%
G = 45.21%
B = 39.36%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#57FFDE (or 0x57FFDE) is known color: Turquoise. HEX triplet: 57, FF and DE. RGB value is (87,255,222). Sum of RGB (Red+Green+Blue) = 87+255+222=564 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.43% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #57FFDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FFDE is #A80021. Grayscale: #C8C8C8. Windows color (decimal): -11010082 or 14614359. OLE color: 14614359.

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

Color convert

RGB 87 255 222 -
CMYK 0.66 0 0.13 0
HSL 168.21º 1% 0.67% -
HSV(B) 168.21º 0.66% 1% -
XYZ 52.88 78.82 81.53 -
YUV 201.01 139.84 46.68 -
System Red Green Blue C M Y K H S L
Decimal 87 255 222 0.66 0 0.13 0 168.21 1 0.67
Hex 57 FF DE 42 0 D 0 A8 64 43
Octal 127 377 336 102 0 15 0 250 144 103
Binary 1010111 11111111 11011110 1000010 0 1101 0 10101000 1100100 1000011

Color Harmonies of #57FFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57FFDE

Black with #57FFDE

Text Example


Text Example

White with #57FFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,255,222); }

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

background-color css

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

 a { background-color: rgb(87,255,222); }

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

border-color css

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

 span { border-color: rgb(87,255,222); }

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