Html Css Color HEX #57DADD Turquoise Blue

📋 copy color: '#57DADD'

red 87 ◦ green 218 ◦ blue 221

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

Shades of Turquoise Blue #57DADD

Tints of Turquoise Blue #57DADD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.44%

 BLUE value IS 221 (86.72% from 255) = 42.02%

R = 16.54%
G = 41.44%
B = 42.02%

CMYK

 C value IS 0.61

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#57DADD (or 0x57DADD) is known color: Turquoise Blue. HEX triplet: 57, DA and DD. RGB value is (87,218,221). Sum of RGB (Red+Green+Blue) = 87+218+221=526 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.54% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #57DADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DADD is #A82522. Grayscale: #B3B3B3. Windows color (decimal): -11019555 or 14539351. OLE color: 14539351.

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

Color convert

RGB 87 218 221 -
CMYK 0.61 0.01 0 0.13
HSL 181.34º 0.66% 0.6% -
HSV(B) 181.34º 0.61% 0.87% -
XYZ 42.05 57.39 77.27 -
YUV 179.17 151.6 62.26 -
System Red Green Blue C M Y K H S L
Decimal 87 218 221 0.61 0.01 0 0.13 181.34 0.66 0.6
Hex 57 DA DD 3D 1 0 D B5 42 3C
Octal 127 332 335 75 1 0 15 265 102 74
Binary 1010111 11011010 11011101 111101 1 0 1101 10110101 1000010 111100

Color Harmonies of #57DADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DADD

Black with #57DADD

Text Example


Text Example

White with #57DADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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