Html Css Color HEX #51DBFE Turquoise Blue

📋 copy color: '#51DBFE'

red 81 ◦ green 219 ◦ blue 254

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

Shades of Turquoise Blue #51DBFE

Tints of Turquoise Blue #51DBFE

RGB

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

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

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

R = 14.62%
G = 39.53%
B = 45.85%

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

#51DBFE (or 0x51DBFE) is known color: Turquoise Blue. HEX triplet: 51, DB and FE. RGB value is (81,219,254). Sum of RGB (Red+Green+Blue) = 81+219+254=554 (73% of max value = 765). Red value is 81 (32.03% from 255 or 14.62% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #51DBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51DBFE is #AE2401. Grayscale: #B5B5B5. Windows color (decimal): -11412482 or 16702289. OLE color: 16702289.

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

Color convert

RGB 81 219 254 -
CMYK 0.68 0.14 0 0.00
HSL 192.14º 0.99% 0.66% -
HSV(B) 192.14º 0.68% 1% -
XYZ 46.61 59.57 102.81 -
YUV 181.73 168.78 56.15 -
System Red Green Blue C M Y K H S L
Decimal 81 219 254 0.68 0.14 0 0.00 192.14 0.99 0.66
Hex 51 DB FE 44 E 0 0 C0 63 42
Octal 121 333 376 104 16 0 0 300 143 102
Binary 1010001 11011011 11111110 1000100 1110 0 0 11000000 1100011 1000010

Color Harmonies of #51DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DBFE

Black with #51DBFE

Text Example


Text Example

White with #51DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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