Html Css Color HEX #51DCEA Turquoise Blue

📋 copy color: '#51DCEA'

red 81 ◦ green 220 ◦ blue 234

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

Shades of Turquoise Blue #51DCEA

Tints of Turquoise Blue #51DCEA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.12%

 BLUE value IS 234 (91.8% from 255) = 43.74%

R = 15.14%
G = 41.12%
B = 43.74%

CMYK

 C value IS 0.65

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#51DCEA (or 0x51DCEA) is known color: Turquoise Blue. HEX triplet: 51, DC and EA. RGB value is (81,220,234). Sum of RGB (Red+Green+Blue) = 81+220+234=535 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.14% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #51DCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51DCEA is #AE2315. Grayscale: #B3B3B3. Windows color (decimal): -11412246 or 15391825. OLE color: 15391825.

HSL color Cylindrical-coordinate representation of color #51DCEA: hue angle of 185.49º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51DCEA is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 81 220 234 -
CMYK 0.65 0.06 0 0.08
HSL 185.49º 0.78% 0.62% -
HSV(B) 185.49º 0.65% 0.92% -
XYZ 43.84 58.88 86.9 -
YUV 180.04 158.45 57.36 -
System Red Green Blue C M Y K H S L
Decimal 81 220 234 0.65 0.06 0 0.08 185.49 0.78 0.62
Hex 51 DC EA 41 6 0 8 B9 4E 3E
Octal 121 334 352 101 6 0 10 271 116 76
Binary 1010001 11011100 11101010 1000001 110 0 1000 10111001 1001110 111110

Color Harmonies of #51DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DCEA

Black with #51DCEA

Text Example


Text Example

White with #51DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,220,234); }

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

background-color css

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

 a { background-color: rgb(81,220,234); }

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

border-color css

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

 span { border-color: rgb(81,220,234); }

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