Html Css Color HEX #57DAFF Turquoise Blue

📋 copy color: '#57DAFF'

red 87 ◦ green 218 ◦ blue 255

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

Shades of Turquoise Blue #57DAFF

Tints of Turquoise Blue #57DAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.54%

R = 15.54%
G = 38.93%
B = 45.54%

CMYK

 C value IS 0.66

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#57DAFF (or 0x57DAFF) is known color: Turquoise Blue. HEX triplet: 57, DA and FF. RGB value is (87,218,255). Sum of RGB (Red+Green+Blue) = 87+218+255=560 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.54% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #57DAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DAFF is #A82500. Grayscale: #B6B6B6. Windows color (decimal): -11019521 or 16767575. OLE color: 16767575.

HSL color Cylindrical-coordinate representation of color #57DAFF: hue angle of 193.21º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57DAFF is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 87 218 255 -
CMYK 0.66 0.15 0 0
HSL 193.21º 1% 0.67% -
HSV(B) 193.21º 0.66% 1% -
XYZ 47.05 59.39 103.59 -
YUV 183.05 168.6 59.49 -
System Red Green Blue C M Y K H S L
Decimal 87 218 255 0.66 0.15 0 0 193.21 1 0.67
Hex 57 DA FF 42 F 0 0 C1 64 43
Octal 127 332 377 102 17 0 0 301 144 103
Binary 1010111 11011010 11111111 1000010 1111 0 0 11000001 1100100 1000011

Color Harmonies of #57DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DAFF

Black with #57DAFF

Text Example


Text Example

White with #57DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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