Html Css Color HEX #51CFDD Medium Turquoise

📋 copy color: '#51CFDD'

red 81 ◦ green 207 ◦ blue 221

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

Shades of Medium Turquoise #51CFDD

Tints of Medium Turquoise #51CFDD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.67%

 BLUE value IS 221 (86.72% from 255) = 43.42%

R = 15.91%
G = 40.67%
B = 43.42%

CMYK

 C value IS 0.63

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#51CFDD (or 0x51CFDD) is known color: Medium Turquoise. HEX triplet: 51, CF and DD. RGB value is (81,207,221). Sum of RGB (Red+Green+Blue) = 81+207+221=509 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.91% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #51CFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CFDD is #AE3022. Grayscale: #AAAAAA. Windows color (decimal): -11415587 or 14536529. OLE color: 14536529.

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

Color convert

RGB 81 207 221 -
CMYK 0.63 0.06 0 0.13
HSL 186º 0.67% 0.59% -
HSV(B) 186º 0.63% 0.87% -
XYZ 38.76 51.6 76.32 -
YUV 170.92 156.26 63.86 -
System Red Green Blue C M Y K H S L
Decimal 81 207 221 0.63 0.06 0 0.13 186 0.67 0.59
Hex 51 CF DD 3F 6 0 D BA 43 3B
Octal 121 317 335 77 6 0 15 272 103 73
Binary 1010001 11001111 11011101 111111 110 0 1101 10111010 1000011 111011

Color Harmonies of #51CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51CFDD

Black with #51CFDD

Text Example


Text Example

White with #51CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,207,221); }

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

background-color css

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

 a { background-color: rgb(81,207,221); }

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

border-color css

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

 span { border-color: rgb(81,207,221); }

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