Html Css Color HEX #51DBFF Turquoise Blue

📋 copy color: '#51DBFF'

red 81 ◦ green 219 ◦ blue 255

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

Shades of Turquoise Blue #51DBFF

Tints of Turquoise Blue #51DBFF

RGB

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

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

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

R = 14.59%
G = 39.46%
B = 45.95%

CMYK

 C value IS 0.68

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#51DBFF (or 0x51DBFF) is known color: Turquoise Blue. HEX triplet: 51, DB and FF. RGB value is (81,219,255). Sum of RGB (Red+Green+Blue) = 81+219+255=555 (73% of max value = 765). Red value is 81 (32.03% from 255 or 14.59% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #51DBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51DBFF is #AE2400. Grayscale: #B5B5B5. Windows color (decimal): -11412481 or 16767825. OLE color: 16767825.

HSL color Cylindrical-coordinate representation of color #51DBFF: hue angle of 192.41º 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 #51DBFF is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 81 219 255 -
CMYK 0.68 0.14 0 0
HSL 192.41º 1% 0.66% -
HSV(B) 192.41º 0.68% 1% -
XYZ 46.77 59.63 103.65 -
YUV 181.84 169.28 56.07 -
System Red Green Blue C M Y K H S L
Decimal 81 219 255 0.68 0.14 0 0 192.41 1 0.66
Hex 51 DB FF 44 E 0 0 C0 64 42
Octal 121 333 377 104 16 0 0 300 144 102
Binary 1010001 11011011 11111111 1000100 1110 0 0 11000000 1100100 1000010

Color Harmonies of #51DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DBFF

Black with #51DBFF

Text Example


Text Example

White with #51DBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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