Html Css Color HEX #51DCE8 Turquoise Blue

📋 copy color: '#51DCE8'

red 81 ◦ green 220 ◦ blue 232

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

Shades of Turquoise Blue #51DCE8

Tints of Turquoise Blue #51DCE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.53%

R = 15.2%
G = 41.28%
B = 43.53%

CMYK

 C value IS 0.65

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#51DCE8 (or 0x51DCE8) is known color: Turquoise Blue. HEX triplet: 51, DC and E8. RGB value is (81,220,232). Sum of RGB (Red+Green+Blue) = 81+220+232=533 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.20% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 232 (91.02% from 255 or 43.53% from 533); Max value from RGB is 232 - color contains mainly: blue. Hex color #51DCE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51DCE8 is #AE2317. Grayscale: #B3B3B3. Windows color (decimal): -11412248 or 15260753. OLE color: 15260753.

HSL color Cylindrical-coordinate representation of color #51DCE8: hue angle of 184.77º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51DCE8 is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 81 220 232 -
CMYK 0.65 0.05 0 0.09
HSL 184.77º 0.77% 0.61% -
HSV(B) 184.77º 0.65% 0.91% -
XYZ 43.55 58.76 85.39 -
YUV 179.81 157.45 57.52 -
System Red Green Blue C M Y K H S L
Decimal 81 220 232 0.65 0.05 0 0.09 184.77 0.77 0.61
Hex 51 DC E8 41 5 0 9 B9 4D 3D
Octal 121 334 350 101 5 0 11 271 115 75
Binary 1010001 11011100 11101000 1000001 101 0 1001 10111001 1001101 111101

Color Harmonies of #51DCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DCE8

Black with #51DCE8

Text Example


Text Example

White with #51DCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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