Html Css Color HEX #51DEFF Turquoise Blue

📋 copy color: '#51DEFF'

red 81 ◦ green 222 ◦ blue 255

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

Shades of Turquoise Blue #51DEFF

Tints of Turquoise Blue #51DEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.78%

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

R = 14.52%
G = 39.78%
B = 45.7%

CMYK

 C value IS 0.68

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#51DEFF (or 0x51DEFF) is known color: Turquoise Blue. HEX triplet: 51, DE and FF. RGB value is (81,222,255). Sum of RGB (Red+Green+Blue) = 81+222+255=558 (73% of max value = 765). Red value is 81 (32.03% from 255 or 14.52% from 558); Green value is 222 (87.11% from 255 or 39.78% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #51DEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51DEFF is #AE2100. Grayscale: #B7B7B7. Windows color (decimal): -11411713 or 16768593. OLE color: 16768593.

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

Color convert

RGB 81 222 255 -
CMYK 0.68 0.13 0 0
HSL 191.38º 1% 0.66% -
HSV(B) 191.38º 0.68% 1% -
XYZ 47.56 61.21 103.92 -
YUV 183.6 168.29 54.82 -
System Red Green Blue C M Y K H S L
Decimal 81 222 255 0.68 0.13 0 0 191.38 1 0.66
Hex 51 DE FF 44 D 0 0 BF 64 42
Octal 121 336 377 104 15 0 0 277 144 102
Binary 1010001 11011110 11111111 1000100 1101 0 0 10111111 1100100 1000010

Color Harmonies of #51DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DEFF

Black with #51DEFF

Text Example


Text Example

White with #51DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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