Html Css Color HEX #57D4DF Turquoise Blue

📋 copy color: '#57D4DF'

red 87 ◦ green 212 ◦ blue 223

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

Shades of Turquoise Blue #57D4DF

Tints of Turquoise Blue #57D4DF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.61%

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

R = 16.67%
G = 40.61%
B = 42.72%

CMYK

 C value IS 0.61

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#57D4DF (or 0x57D4DF) is known color: Turquoise Blue. HEX triplet: 57, D4 and DF. RGB value is (87,212,223). Sum of RGB (Red+Green+Blue) = 87+212+223=522 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.67% from 522); Green value is 212 (83.20% from 255 or 40.61% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #57D4DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D4DF is #A82B20. Grayscale: #AFAFAF. Windows color (decimal): -11021089 or 14668887. OLE color: 14668887.

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

Color convert

RGB 87 212 223 -
CMYK 0.61 0.05 0 0.13
HSL 184.85º 0.68% 0.61% -
HSV(B) 184.85º 0.61% 0.87% -
XYZ 40.79 54.44 78.17 -
YUV 175.88 154.59 64.61 -
System Red Green Blue C M Y K H S L
Decimal 87 212 223 0.61 0.05 0 0.13 184.85 0.68 0.61
Hex 57 D4 DF 3D 5 0 D B9 44 3D
Octal 127 324 337 75 5 0 15 271 104 75
Binary 1010111 11010100 11011111 111101 101 0 1101 10111001 1000100 111101

Color Harmonies of #57D4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57D4DF

Black with #57D4DF

Text Example


Text Example

White with #57D4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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