Html Css Color HEX #51CCDA Medium Turquoise

📋 copy color: '#51CCDA'

red 81 ◦ green 204 ◦ blue 218

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

Shades of Medium Turquoise #51CCDA

Tints of Medium Turquoise #51CCDA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.56%

 BLUE value IS 218 (85.55% from 255) = 43.34%

R = 16.1%
G = 40.56%
B = 43.34%

CMYK

 C value IS 0.63

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#51CCDA (or 0x51CCDA) is known color: Medium Turquoise. HEX triplet: 51, CC and DA. RGB value is (81,204,218). Sum of RGB (Red+Green+Blue) = 81+204+218=503 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.10% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #51CCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CCDA is #AE3325. Grayscale: #A8A8A8. Windows color (decimal): -11416358 or 14339153. OLE color: 14339153.

HSL color Cylindrical-coordinate representation of color #51CCDA: hue angle of 186.13º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51CCDA is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 81 204 218 -
CMYK 0.63 0.06 0 0.15
HSL 186.13º 0.65% 0.59% -
HSV(B) 186.13º 0.63% 0.85% -
XYZ 37.64 50 74 -
YUV 168.82 155.75 65.36 -
System Red Green Blue C M Y K H S L
Decimal 81 204 218 0.63 0.06 0 0.15 186.13 0.65 0.59
Hex 51 CC DA 3F 6 0 F BA 41 3B
Octal 121 314 332 77 6 0 17 272 101 73
Binary 1010001 11001100 11011010 111111 110 0 1111 10111010 1000001 111011

Color Harmonies of #51CCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51CCDA

Black with #51CCDA

Text Example


Text Example

White with #51CCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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