Html Css Color HEX #51DEF2 Turquoise Blue

📋 copy color: '#51DEF2'

red 81 ◦ green 222 ◦ blue 242

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

Shades of Turquoise Blue #51DEF2

Tints of Turquoise Blue #51DEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.4%

R = 14.86%
G = 40.73%
B = 44.4%

CMYK

 C value IS 0.67

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#51DEF2 (or 0x51DEF2) is known color: Turquoise Blue. HEX triplet: 51, DE and F2. RGB value is (81,222,242). Sum of RGB (Red+Green+Blue) = 81+222+242=545 (72% of max value = 765). Red value is 81 (32.03% from 255 or 14.86% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 242 (94.92% from 255 or 44.40% from 545); Max value from RGB is 242 - color contains mainly: blue. Hex color #51DEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51DEF2 is #AE210D. Grayscale: #B5B5B5. Windows color (decimal): -11411726 or 15916625. OLE color: 15916625.

HSL color Cylindrical-coordinate representation of color #51DEF2: hue angle of 187.45º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51DEF2 is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 81 222 242 -
CMYK 0.67 0.08 0 0.05
HSL 187.45º 0.86% 0.63% -
HSV(B) 187.45º 0.67% 0.95% -
XYZ 45.54 60.4 93.26 -
YUV 182.12 161.79 55.87 -
System Red Green Blue C M Y K H S L
Decimal 81 222 242 0.67 0.08 0 0.05 187.45 0.86 0.63
Hex 51 DE F2 43 8 0 5 BB 56 3F
Octal 121 336 362 103 10 0 5 273 126 77
Binary 1010001 11011110 11110010 1000011 1000 0 101 10111011 1010110 111111

Color Harmonies of #51DEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DEF2

Black with #51DEF2

Text Example


Text Example

White with #51DEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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