Html Css Color HEX #51F2DC Turquoise

📋 copy color: '#51F2DC'

red 81 ◦ green 242 ◦ blue 220

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

Shades of Turquoise #51F2DC

Tints of Turquoise #51F2DC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.57%

 BLUE value IS 220 (86.33% from 255) = 40.52%

R = 14.92%
G = 44.57%
B = 40.52%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#51F2DC (or 0x51F2DC) is known color: Turquoise. HEX triplet: 51, F2 and DC. RGB value is (81,242,220). Sum of RGB (Red+Green+Blue) = 81+242+220=543 (71% of max value = 765). Red value is 81 (32.03% from 255 or 14.92% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #51F2DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51F2DC is #AE0D23. Grayscale: #BFBFBF. Windows color (decimal): -11406628 or 14479953. OLE color: 14479953.

HSL color Cylindrical-coordinate representation of color #51F2DC: hue angle of 171.8º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51F2DC is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 81 242 220 -
CMYK 0.67 0 0.09 0.05
HSL 171.8º 0.86% 0.63% -
HSV(B) 171.8º 0.67% 0.95% -
XYZ 48.06 70.42 78.77 -
YUV 191.35 144.16 49.29 -
System Red Green Blue C M Y K H S L
Decimal 81 242 220 0.67 0 0.09 0.05 171.8 0.86 0.63
Hex 51 F2 DC 43 0 9 5 AC 56 3F
Octal 121 362 334 103 0 11 5 254 126 77
Binary 1010001 11110010 11011100 1000011 0 1001 101 10101100 1010110 111111

Color Harmonies of #51F2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51F2DC

Black with #51F2DC

Text Example


Text Example

White with #51F2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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