Html Css Color HEX #57DBE1 Turquoise Blue

📋 copy color: '#57DBE1'

red 87 ◦ green 219 ◦ blue 225

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

Shades of Turquoise Blue #57DBE1

Tints of Turquoise Blue #57DBE1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.24%

 BLUE value IS 225 (88.28% from 255) = 42.37%

R = 16.38%
G = 41.24%
B = 42.37%

CMYK

 C value IS 0.61

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#57DBE1 (or 0x57DBE1) is known color: Turquoise Blue. HEX triplet: 57, DB and E1. RGB value is (87,219,225). Sum of RGB (Red+Green+Blue) = 87+219+225=531 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.38% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 225 - color contains mainly: blue. Hex color #57DBE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DBE1 is #A8241E. Grayscale: #B4B4B4. Windows color (decimal): -11019295 or 14801751. OLE color: 14801751.

HSL color Cylindrical-coordinate representation of color #57DBE1: hue angle of 182.61º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57DBE1 is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 87 219 225 -
CMYK 0.61 0.03 0 0.12
HSL 182.61º 0.7% 0.61% -
HSV(B) 182.61º 0.61% 0.88% -
XYZ 42.85 58.13 80.19 -
YUV 180.22 153.27 61.51 -
System Red Green Blue C M Y K H S L
Decimal 87 219 225 0.61 0.03 0 0.12 182.61 0.7 0.61
Hex 57 DB E1 3D 3 0 C B7 46 3D
Octal 127 333 341 75 3 0 14 267 106 75
Binary 1010111 11011011 11100001 111101 11 0 1100 10110111 1000110 111101

Color Harmonies of #57DBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DBE1

Black with #57DBE1

Text Example


Text Example

White with #57DBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,219,225); }

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

background-color css

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

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

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

border-color css

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

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

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