Html Css Color HEX #51DBEC Turquoise Blue

📋 copy color: '#51DBEC'

red 81 ◦ green 219 ◦ blue 236

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

Shades of Turquoise Blue #51DBEC

Tints of Turquoise Blue #51DBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.03%

R = 15.11%
G = 40.86%
B = 44.03%

CMYK

 C value IS 0.66

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#51DBEC (or 0x51DBEC) is known color: Turquoise Blue. HEX triplet: 51, DB and EC. RGB value is (81,219,236). Sum of RGB (Red+Green+Blue) = 81+219+236=536 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.11% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #51DBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51DBEC is #AE2413. Grayscale: #B3B3B3. Windows color (decimal): -11412500 or 15522641. OLE color: 15522641.

HSL color Cylindrical-coordinate representation of color #51DBEC: hue angle of 186.58º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51DBEC is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 219 236 -
CMYK 0.66 0.07 0 0.07
HSL 186.58º 0.8% 0.62% -
HSV(B) 186.58º 0.66% 0.93% -
XYZ 43.87 58.47 88.33 -
YUV 179.68 159.78 57.62 -
System Red Green Blue C M Y K H S L
Decimal 81 219 236 0.66 0.07 0 0.07 186.58 0.8 0.62
Hex 51 DB EC 42 7 0 7 BB 50 3E
Octal 121 333 354 102 7 0 7 273 120 76
Binary 1010001 11011011 11101100 1000010 111 0 111 10111011 1010000 111110

Color Harmonies of #51DBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DBEC

Black with #51DBEC

Text Example


Text Example

White with #51DBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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