Html Css Color HEX #51DAFE Turquoise Blue

📋 copy color: '#51DAFE'

red 81 ◦ green 218 ◦ blue 254

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

Shades of Turquoise Blue #51DAFE

Tints of Turquoise Blue #51DAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.93%

R = 14.65%
G = 39.42%
B = 45.93%

CMYK

 C value IS 0.68

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#51DAFE (or 0x51DAFE) is known color: Turquoise Blue. HEX triplet: 51, DA and FE. RGB value is (81,218,254). Sum of RGB (Red+Green+Blue) = 81+218+254=553 (73% of max value = 765). Red value is 81 (32.03% from 255 or 14.65% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #51DAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51DAFE is #AE2501. Grayscale: #B4B4B4. Windows color (decimal): -11412738 or 16702033. OLE color: 16702033.

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

Color convert

RGB 81 218 254 -
CMYK 0.68 0.14 0 0.00
HSL 192.49º 0.99% 0.66% -
HSV(B) 192.49º 0.68% 1% -
XYZ 46.35 59.05 102.72 -
YUV 181.14 169.11 56.57 -
System Red Green Blue C M Y K H S L
Decimal 81 218 254 0.68 0.14 0 0.00 192.49 0.99 0.66
Hex 51 DA FE 44 E 0 0 C0 63 42
Octal 121 332 376 104 16 0 0 300 143 102
Binary 1010001 11011010 11111110 1000100 1110 0 0 11000000 1100011 1000010

Color Harmonies of #51DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DAFE

Black with #51DAFE

Text Example


Text Example

White with #51DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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