Html Css Color HEX #51D2CC Medium Turquoise

📋 copy color: '#51D2CC'

red 81 ◦ green 210 ◦ blue 204

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

Shades of Medium Turquoise #51D2CC

Tints of Medium Turquoise #51D2CC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.42%

 BLUE value IS 204 (80.08% from 255) = 41.21%

R = 16.36%
G = 42.42%
B = 41.21%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#51D2CC (or 0x51D2CC) is known color: Medium Turquoise. HEX triplet: 51, D2 and CC. RGB value is (81,210,204). Sum of RGB (Red+Green+Blue) = 81+210+204=495 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.36% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 210 - color contains mainly: green. Hex color #51D2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51D2CC is #AE2D33. Grayscale: #AAAAAA. Windows color (decimal): -11414836 or 13423185. OLE color: 13423185.

HSL color Cylindrical-coordinate representation of color #51D2CC: hue angle of 177.21º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51D2CC is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 81 210 204 -
CMYK 0.61 0 0.03 0.18
HSL 177.21º 0.59% 0.57% -
HSV(B) 177.21º 0.61% 0.82% -
XYZ 37.34 52.2 65.23 -
YUV 170.75 146.76 63.99 -
System Red Green Blue C M Y K H S L
Decimal 81 210 204 0.61 0 0.03 0.18 177.21 0.59 0.57
Hex 51 D2 CC 3D 0 3 12 B1 3B 39
Octal 121 322 314 75 0 3 22 261 73 71
Binary 1010001 11010010 11001100 111101 0 11 10010 10110001 111011 111001

Color Harmonies of #51D2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51D2CC

Black with #51D2CC

Text Example


Text Example

White with #51D2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,210,204); }

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

background-color css

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

 a { background-color: rgb(81,210,204); }

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

border-color css

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

 span { border-color: rgb(81,210,204); }

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