Html Css Color HEX #57DCDD Turquoise Blue

📋 copy color: '#57DCDD'

red 87 ◦ green 220 ◦ blue 221

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

Shades of Turquoise Blue #57DCDD

Tints of Turquoise Blue #57DCDD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.67%

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

R = 16.48%
G = 41.67%
B = 41.86%

CMYK

 C value IS 0.61

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#57DCDD (or 0x57DCDD) is known color: Turquoise Blue. HEX triplet: 57, DC and DD. RGB value is (87,220,221). Sum of RGB (Red+Green+Blue) = 87+220+221=528 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.48% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #57DCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DCDD is #A82322. Grayscale: #B4B4B4. Windows color (decimal): -11019043 or 14539863. OLE color: 14539863.

HSL color Cylindrical-coordinate representation of color #57DCDD: hue angle of 180.45º 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 #57DCDD is Cyan = 0.61, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 220 221 -
CMYK 0.61 0.00 0 0.13
HSL 180.45º 0.66% 0.6% -
HSV(B) 180.45º 0.61% 0.87% -
XYZ 42.57 58.43 77.44 -
YUV 180.35 150.94 61.42 -
System Red Green Blue C M Y K H S L
Decimal 87 220 221 0.61 0.00 0 0.13 180.45 0.66 0.6
Hex 57 DC DD 3D 0 0 D B4 42 3C
Octal 127 334 335 75 0 0 15 264 102 74
Binary 1010111 11011100 11011101 111101 0 0 1101 10110100 1000010 111100

Color Harmonies of #57DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DCDD

Black with #57DCDD

Text Example


Text Example

White with #57DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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