Html Css Color HEX #51CFDE Medium Turquoise

📋 copy color: '#51CFDE'

red 81 ◦ green 207 ◦ blue 222

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

Shades of Medium Turquoise #51CFDE

Tints of Medium Turquoise #51CFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.53%

R = 15.88%
G = 40.59%
B = 43.53%

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

#51CFDE (or 0x51CFDE) is known color: Medium Turquoise. HEX triplet: 51, CF and DE. RGB value is (81,207,222). Sum of RGB (Red+Green+Blue) = 81+207+222=510 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.88% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #51CFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CFDE is #AE3021. Grayscale: #AAAAAA. Windows color (decimal): -11415586 or 14602065. OLE color: 14602065.

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

Color convert

RGB 81 207 222 -
CMYK 0.64 0.07 0 0.13
HSL 186.38º 0.68% 0.59% -
HSV(B) 186.38º 0.64% 0.87% -
XYZ 38.89 51.65 77.03 -
YUV 171.04 156.76 63.78 -
System Red Green Blue C M Y K H S L
Decimal 81 207 222 0.64 0.07 0 0.13 186.38 0.68 0.59
Hex 51 CF DE 40 7 0 D BA 44 3B
Octal 121 317 336 100 7 0 15 272 104 73
Binary 1010001 11001111 11011110 1000000 111 0 1101 10111010 1000100 111011

Color Harmonies of #51CFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51CFDE

Black with #51CFDE

Text Example


Text Example

White with #51CFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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