Html Css Color HEX #57DAF1 Turquoise Blue

📋 copy color: '#57DAF1'

red 87 ◦ green 218 ◦ blue 241

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

Shades of Turquoise Blue #57DAF1

Tints of Turquoise Blue #57DAF1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.93%

 BLUE value IS 241 (94.53% from 255) = 44.14%

R = 15.93%
G = 39.93%
B = 44.14%

CMYK

 C value IS 0.64

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#57DAF1 (or 0x57DAF1) is known color: Turquoise Blue. HEX triplet: 57, DA and F1. RGB value is (87,218,241). Sum of RGB (Red+Green+Blue) = 87+218+241=546 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.93% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 241 - color contains mainly: blue. Hex color #57DAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DAF1 is #A8250E. Grayscale: #B5B5B5. Windows color (decimal): -11019535 or 15850071. OLE color: 15850071.

HSL color Cylindrical-coordinate representation of color #57DAF1: hue angle of 188.96º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57DAF1 is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 87 218 241 -
CMYK 0.64 0.10 0 0.05
HSL 188.96º 0.85% 0.64% -
HSV(B) 188.96º 0.64% 0.95% -
XYZ 44.88 58.52 92.15 -
YUV 181.45 161.6 60.63 -
System Red Green Blue C M Y K H S L
Decimal 87 218 241 0.64 0.10 0 0.05 188.96 0.85 0.64
Hex 57 DA F1 40 A 0 5 BD 55 40
Octal 127 332 361 100 12 0 5 275 125 100
Binary 1010111 11011010 11110001 1000000 1010 0 101 10111101 1010101 1000000

Color Harmonies of #57DAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DAF1

Black with #57DAF1

Text Example


Text Example

White with #57DAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,218,241); }

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

background-color css

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

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

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

border-color css

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

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

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