Html Css Color HEX #51EAD3 Turquoise

📋 copy color: '#51EAD3'

red 81 ◦ green 234 ◦ blue 211

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

Shades of Turquoise #51EAD3

Tints of Turquoise #51EAD3

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.49%

 BLUE value IS 211 (82.81% from 255) = 40.11%

R = 15.4%
G = 44.49%
B = 40.11%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#51EAD3 (or 0x51EAD3) is known color: Turquoise. HEX triplet: 51, EA and D3. RGB value is (81,234,211). Sum of RGB (Red+Green+Blue) = 81+234+211=526 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.40% from 526); Green value is 234 (91.80% from 255 or 44.49% from 526); Blue value is 211 (82.81% from 255 or 40.11% from 526); Max value from RGB is 234 - color contains mainly: green. Hex color #51EAD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EAD3 is #AE152C. Grayscale: #B9B9B9. Windows color (decimal): -11408685 or 13888081. OLE color: 13888081.

HSL color Cylindrical-coordinate representation of color #51EAD3: hue angle of 170.98º 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 #51EAD3 is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 81 234 211 -
CMYK 0.65 0 0.10 0.08
HSL 170.98º 0.78% 0.62% -
HSV(B) 170.98º 0.65% 0.92% -
XYZ 44.57 65.3 71.88 -
YUV 185.63 142.31 53.37 -
System Red Green Blue C M Y K H S L
Decimal 81 234 211 0.65 0 0.10 0.08 170.98 0.78 0.62
Hex 51 EA D3 41 0 A 8 AB 4E 3E
Octal 121 352 323 101 0 12 10 253 116 76
Binary 1010001 11101010 11010011 1000001 0 1010 1000 10101011 1001110 111110

Color Harmonies of #51EAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51EAD3

Black with #51EAD3

Text Example


Text Example

White with #51EAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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