Html Css Color HEX #51E1F6 Turquoise Blue

📋 copy color: '#51E1F6'

red 81 ◦ green 225 ◦ blue 246

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

Shades of Turquoise Blue #51E1F6

Tints of Turquoise Blue #51E1F6

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.76%

 BLUE value IS 246 (96.48% from 255) = 44.57%

R = 14.67%
G = 40.76%
B = 44.57%

CMYK

 C value IS 0.67

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#51E1F6 (or 0x51E1F6) is known color: Turquoise Blue. HEX triplet: 51, E1 and F6. RGB value is (81,225,246). Sum of RGB (Red+Green+Blue) = 81+225+246=552 (73% of max value = 765). Red value is 81 (32.03% from 255 or 14.67% from 552); Green value is 225 (88.28% from 255 or 40.76% from 552); Blue value is 246 (96.48% from 255 or 44.57% from 552); Max value from RGB is 246 - color contains mainly: blue. Hex color #51E1F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51E1F6 is #AE1E09. Grayscale: #B8B8B8. Windows color (decimal): -11410954 or 16179537. OLE color: 16179537.

HSL color Cylindrical-coordinate representation of color #51E1F6: hue angle of 187.64º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51E1F6 is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 81 225 246 -
CMYK 0.67 0.09 0 0.04
HSL 187.64º 0.9% 0.64% -
HSV(B) 187.64º 0.67% 0.96% -
XYZ 46.95 62.25 96.73 -
YUV 184.34 162.79 54.29 -
System Red Green Blue C M Y K H S L
Decimal 81 225 246 0.67 0.09 0 0.04 187.64 0.9 0.64
Hex 51 E1 F6 43 9 0 4 BC 5A 40
Octal 121 341 366 103 11 0 4 274 132 100
Binary 1010001 11100001 11110110 1000011 1001 0 100 10111100 1011010 1000000

Color Harmonies of #51E1F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51E1F6

Black with #51E1F6

Text Example


Text Example

White with #51E1F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,225,246); }

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

background-color css

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

 a { background-color: rgb(81,225,246); }

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

border-color css

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

 span { border-color: rgb(81,225,246); }

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