Html Css Color HEX #57D0DF Turquoise Blue

📋 copy color: '#57D0DF'

red 87 ◦ green 208 ◦ blue 223

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

Shades of Turquoise Blue #57D0DF

Tints of Turquoise Blue #57D0DF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.15%

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

R = 16.8%
G = 40.15%
B = 43.05%

CMYK

 C value IS 0.61

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#57D0DF (or 0x57D0DF) is known color: Turquoise Blue. HEX triplet: 57, D0 and DF. RGB value is (87,208,223). Sum of RGB (Red+Green+Blue) = 87+208+223=518 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.80% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #57D0DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D0DF is #A82F20. Grayscale: #ADADAD. Windows color (decimal): -11022113 or 14667863. OLE color: 14667863.

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

Color convert

RGB 87 208 223 -
CMYK 0.61 0.07 0 0.13
HSL 186.62º 0.68% 0.61% -
HSV(B) 186.62º 0.61% 0.87% -
XYZ 39.81 52.47 77.84 -
YUV 173.53 155.91 66.28 -
System Red Green Blue C M Y K H S L
Decimal 87 208 223 0.61 0.07 0 0.13 186.62 0.68 0.61
Hex 57 D0 DF 3D 7 0 D BB 44 3D
Octal 127 320 337 75 7 0 15 273 104 75
Binary 1010111 11010000 11011111 111101 111 0 1101 10111011 1000100 111101

Color Harmonies of #57D0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57D0DF

Black with #57D0DF

Text Example


Text Example

White with #57D0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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