Html Css Color HEX #51DAFF Turquoise Blue

📋 copy color: '#51DAFF'

red 81 ◦ green 218 ◦ blue 255

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

Shades of Turquoise Blue #51DAFF

Tints of Turquoise Blue #51DAFF

RGB

 RED value IS 81 (32.03% from 255) = 14.62%

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

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

R = 14.62%
G = 39.35%
B = 46.03%

CMYK

 C value IS 0.68

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#51DAFF (or 0x51DAFF) is known color: Turquoise Blue. HEX triplet: 51, DA and FF. RGB value is (81,218,255). Sum of RGB (Red+Green+Blue) = 81+218+255=554 (73% of max value = 765). Red value is 81 (32.03% from 255 or 14.62% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #51DAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51DAFF is #AE2500. Grayscale: #B4B4B4. Windows color (decimal): -11412737 or 16767569. OLE color: 16767569.

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

Color convert

RGB 81 218 255 -
CMYK 0.68 0.15 0 0
HSL 192.76º 1% 0.66% -
HSV(B) 192.76º 0.68% 1% -
XYZ 46.51 59.11 103.57 -
YUV 181.26 169.61 56.49 -
System Red Green Blue C M Y K H S L
Decimal 81 218 255 0.68 0.15 0 0 192.76 1 0.66
Hex 51 DA FF 44 F 0 0 C1 64 42
Octal 121 332 377 104 17 0 0 301 144 102
Binary 1010001 11011010 11111111 1000100 1111 0 0 11000001 1100100 1000010

Color Harmonies of #51DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DAFF

Black with #51DAFF

Text Example


Text Example

White with #51DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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