Html Css Color HEX #51CFDF Medium Turquoise

📋 copy color: '#51CFDF'

red 81 ◦ green 207 ◦ blue 223

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

Shades of Medium Turquoise #51CFDF

Tints of Medium Turquoise #51CFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.64%

R = 15.85%
G = 40.51%
B = 43.64%

CMYK

 C value IS 0.64

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#51CFDF (or 0x51CFDF) is known color: Medium Turquoise. HEX triplet: 51, CF and DF. RGB value is (81,207,223). Sum of RGB (Red+Green+Blue) = 81+207+223=511 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.85% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #51CFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CFDF is #AE3020. Grayscale: #AAAAAA. Windows color (decimal): -11415585 or 14667601. OLE color: 14667601.

HSL color Cylindrical-coordinate representation of color #51CFDF: hue angle of 186.76º 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 #51CFDF is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 207 223 -
CMYK 0.64 0.07 0 0.13
HSL 186.76º 0.69% 0.6% -
HSV(B) 186.76º 0.64% 0.87% -
XYZ 39.03 51.7 77.73 -
YUV 171.15 157.26 63.7 -
System Red Green Blue C M Y K H S L
Decimal 81 207 223 0.64 0.07 0 0.13 186.76 0.69 0.6
Hex 51 CF DF 40 7 0 D BB 45 3C
Octal 121 317 337 100 7 0 15 273 105 74
Binary 1010001 11001111 11011111 1000000 111 0 1101 10111011 1000101 111100

Color Harmonies of #51CFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51CFDF

Black with #51CFDF

Text Example


Text Example

White with #51CFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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