Html Css Color HEX #51DBEE Turquoise Blue

📋 copy color: '#51DBEE'

red 81 ◦ green 219 ◦ blue 238

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

Shades of Turquoise Blue #51DBEE

Tints of Turquoise Blue #51DBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.24%

R = 15.06%
G = 40.71%
B = 44.24%

CMYK

 C value IS 0.66

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#51DBEE (or 0x51DBEE) is known color: Turquoise Blue. HEX triplet: 51, DB and EE. RGB value is (81,219,238). Sum of RGB (Red+Green+Blue) = 81+219+238=538 (71% of max value = 765). Red value is 81 (32.03% from 255 or 15.06% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #51DBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51DBEE is #AE2411. Grayscale: #B3B3B3. Windows color (decimal): -11412498 or 15653713. OLE color: 15653713.

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

Color convert

RGB 81 219 238 -
CMYK 0.66 0.08 0 0.07
HSL 187.26º 0.82% 0.63% -
HSV(B) 187.26º 0.66% 0.93% -
XYZ 44.16 58.59 89.87 -
YUV 179.9 160.78 57.46 -
System Red Green Blue C M Y K H S L
Decimal 81 219 238 0.66 0.08 0 0.07 187.26 0.82 0.63
Hex 51 DB EE 42 8 0 7 BB 52 3F
Octal 121 333 356 102 10 0 7 273 122 77
Binary 1010001 11011011 11101110 1000010 1000 0 111 10111011 1010010 111111

Color Harmonies of #51DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DBEE

Black with #51DBEE

Text Example


Text Example

White with #51DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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