Html Css Color HEX #57DFDF Turquoise Blue

📋 copy color: '#57DFDF'

red 87 ◦ green 223 ◦ blue 223

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

Shades of Turquoise Blue #57DFDF

Tints of Turquoise Blue #57DFDF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.84%

 BLUE value IS 223 (87.5% from 255) = 41.84%

R = 16.32%
G = 41.84%
B = 41.84%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#57DFDF (or 0x57DFDF) is known color: Turquoise Blue. HEX triplet: 57, DF and DF. RGB value is (87,223,223). Sum of RGB (Red+Green+Blue) = 87+223+223=533 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.32% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #57DFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DFDF is #A82020. Grayscale: #B6B6B6. Windows color (decimal): -11018273 or 14671703. OLE color: 14671703.

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

Color convert

RGB 87 223 223 -
CMYK 0.61 0 0 0.13
HSL 180º 0.68% 0.61% -
HSV(B) 180º 0.61% 0.87% -
XYZ 43.64 60.13 79.12 -
YUV 182.34 150.94 60 -
System Red Green Blue C M Y K H S L
Decimal 87 223 223 0.61 0 0 0.13 180 0.68 0.61
Hex 57 DF DF 3D 0 0 D B4 44 3D
Octal 127 337 337 75 0 0 15 264 104 75
Binary 1010111 11011111 11011111 111101 0 0 1101 10110100 1000100 111101

Color Harmonies of #57DFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DFDF

Black with #57DFDF

Text Example


Text Example

White with #57DFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,223,223); }

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

background-color css

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

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

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

border-color css

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

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

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