Html Css Color HEX #51DBEF Turquoise Blue

📋 copy color: '#51DBEF'

red 81 ◦ green 219 ◦ blue 239

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

Shades of Turquoise Blue #51DBEF

Tints of Turquoise Blue #51DBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.34%

R = 15.03%
G = 40.63%
B = 44.34%

CMYK

 C value IS 0.66

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#51DBEF (or 0x51DBEF) is known color: Turquoise Blue. HEX triplet: 51, DB and EF. RGB value is (81,219,239). Sum of RGB (Red+Green+Blue) = 81+219+239=539 (71% of max value = 765). Red value is 81 (32.03% from 255 or 15.03% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #51DBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51DBEF is #AE2410. Grayscale: #B3B3B3. Windows color (decimal): -11412497 or 15719249. OLE color: 15719249.

HSL color Cylindrical-coordinate representation of color #51DBEF: hue angle of 187.59º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51DBEF is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 81 219 239 -
CMYK 0.66 0.08 0 0.06
HSL 187.59º 0.83% 0.63% -
HSV(B) 187.59º 0.66% 0.94% -
XYZ 44.3 58.64 90.65 -
YUV 180.02 161.28 57.37 -
System Red Green Blue C M Y K H S L
Decimal 81 219 239 0.66 0.08 0 0.06 187.59 0.83 0.63
Hex 51 DB EF 42 8 0 6 BC 53 3F
Octal 121 333 357 102 10 0 6 274 123 77
Binary 1010001 11011011 11101111 1000010 1000 0 110 10111100 1010011 111111

Color Harmonies of #51DBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DBEF

Black with #51DBEF

Text Example


Text Example

White with #51DBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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