Html Css Color HEX #51DBFC Turquoise Blue

📋 copy color: '#51DBFC'

red 81 ◦ green 219 ◦ blue 252

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

Shades of Turquoise Blue #51DBFC

Tints of Turquoise Blue #51DBFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.65%

R = 14.67%
G = 39.67%
B = 45.65%

CMYK

 C value IS 0.68

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#51DBFC (or 0x51DBFC) is known color: Turquoise Blue. HEX triplet: 51, DB and FC. RGB value is (81,219,252). Sum of RGB (Red+Green+Blue) = 81+219+252=552 (73% of max value = 765). Red value is 81 (32.03% from 255 or 14.67% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #51DBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51DBFC is #AE2403. Grayscale: #B5B5B5. Windows color (decimal): -11412484 or 16571217. OLE color: 16571217.

HSL color Cylindrical-coordinate representation of color #51DBFC: hue angle of 191.58º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51DBFC is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 219 252 -
CMYK 0.68 0.13 0 0.01
HSL 191.58º 0.97% 0.65% -
HSV(B) 191.58º 0.68% 0.99% -
XYZ 46.3 59.44 101.13 -
YUV 181.5 167.78 56.32 -
System Red Green Blue C M Y K H S L
Decimal 81 219 252 0.68 0.13 0 0.01 191.58 0.97 0.65
Hex 51 DB FC 44 D 0 1 C0 61 41
Octal 121 333 374 104 15 0 1 300 141 101
Binary 1010001 11011011 11111100 1000100 1101 0 1 11000000 1100001 1000001

Color Harmonies of #51DBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DBFC

Black with #51DBFC

Text Example


Text Example

White with #51DBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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