Html Css Color HEX #51DDE3 Turquoise Blue

📋 copy color: '#51DDE3'

red 81 ◦ green 221 ◦ blue 227

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

Shades of Turquoise Blue #51DDE3

Tints of Turquoise Blue #51DDE3

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.78%

 BLUE value IS 227 (89.06% from 255) = 42.91%

R = 15.31%
G = 41.78%
B = 42.91%

CMYK

 C value IS 0.64

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#51DDE3 (or 0x51DDE3) is known color: Turquoise Blue. HEX triplet: 51, DD and E3. RGB value is (81,221,227). Sum of RGB (Red+Green+Blue) = 81+221+227=529 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.31% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 227 (89.06% from 255 or 42.91% from 529); Max value from RGB is 227 - color contains mainly: blue. Hex color #51DDE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DDE3 is #AE221C. Grayscale: #B3B3B3. Windows color (decimal): -11411997 or 14933329. OLE color: 14933329.

HSL color Cylindrical-coordinate representation of color #51DDE3: hue angle of 182.47º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51DDE3 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 81 221 227 -
CMYK 0.64 0.03 0 0.11
HSL 182.47º 0.72% 0.6% -
HSV(B) 182.47º 0.64% 0.89% -
XYZ 43.11 59.01 81.79 -
YUV 179.82 154.62 57.51 -
System Red Green Blue C M Y K H S L
Decimal 81 221 227 0.64 0.03 0 0.11 182.47 0.72 0.6
Hex 51 DD E3 40 3 0 B B6 48 3C
Octal 121 335 343 100 3 0 13 266 110 74
Binary 1010001 11011101 11100011 1000000 11 0 1011 10110110 1001000 111100

Color Harmonies of #51DDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DDE3

Black with #51DDE3

Text Example


Text Example

White with #51DDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,221,227); }

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

background-color css

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

 a { background-color: rgb(81,221,227); }

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

border-color css

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

 span { border-color: rgb(81,221,227); }

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