Html Css Color HEX #51CDDA Medium Turquoise

📋 copy color: '#51CDDA'

red 81 ◦ green 205 ◦ blue 218

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

Shades of Medium Turquoise #51CDDA

Tints of Medium Turquoise #51CDDA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.67%

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

R = 16.07%
G = 40.67%
B = 43.25%

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

#51CDDA (or 0x51CDDA) is known color: Medium Turquoise. HEX triplet: 51, CD and DA. RGB value is (81,205,218). Sum of RGB (Red+Green+Blue) = 81+205+218=504 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.07% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #51CDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CDDA is #AE3225. Grayscale: #A9A9A9. Windows color (decimal): -11416102 or 14339409. OLE color: 14339409.

HSL color Cylindrical-coordinate representation of color #51CDDA: hue angle of 185.69º 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 #51CDDA is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 81 205 218 -
CMYK 0.63 0.06 0 0.15
HSL 185.69º 0.65% 0.59% -
HSV(B) 185.69º 0.63% 0.85% -
XYZ 37.88 50.47 74.08 -
YUV 169.41 155.42 64.94 -
System Red Green Blue C M Y K H S L
Decimal 81 205 218 0.63 0.06 0 0.15 185.69 0.65 0.59
Hex 51 CD DA 3F 6 0 F BA 41 3B
Octal 121 315 332 77 6 0 17 272 101 73
Binary 1010001 11001101 11011010 111111 110 0 1111 10111010 1000001 111011

Color Harmonies of #51CDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51CDDA

Black with #51CDDA

Text Example


Text Example

White with #51CDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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