Html Css Color HEX #51DFCB Turquoise

📋 copy color: '#51DFCB'

red 81 ◦ green 223 ◦ blue 203

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

Shades of Turquoise #51DFCB

Tints of Turquoise #51DFCB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.98%

 BLUE value IS 203 (79.69% from 255) = 40.04%

R = 15.98%
G = 43.98%
B = 40.04%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#51DFCB (or 0x51DFCB) is known color: Turquoise. HEX triplet: 51, DF and CB. RGB value is (81,223,203). Sum of RGB (Red+Green+Blue) = 81+223+203=507 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.98% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #51DFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DFCB is #AE2034. Grayscale: #B2B2B2. Windows color (decimal): -11411509 or 13360977. OLE color: 13360977.

HSL color Cylindrical-coordinate representation of color #51DFCB: hue angle of 171.55º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51DFCB is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 223 203 -
CMYK 0.64 0 0.09 0.13
HSL 171.55º 0.69% 0.6% -
HSV(B) 171.55º 0.64% 0.87% -
XYZ 40.56 58.84 65.72 -
YUV 178.26 141.96 58.63 -
System Red Green Blue C M Y K H S L
Decimal 81 223 203 0.64 0 0.09 0.13 171.55 0.69 0.6
Hex 51 DF CB 40 0 9 D AC 45 3C
Octal 121 337 313 100 0 11 15 254 105 74
Binary 1010001 11011111 11001011 1000000 0 1001 1101 10101100 1000101 111100

Color Harmonies of #51DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DFCB

Black with #51DFCB

Text Example


Text Example

White with #51DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,223,203); }

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

background-color css

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

 a { background-color: rgb(81,223,203); }

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

border-color css

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

 span { border-color: rgb(81,223,203); }

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