Html Css Color HEX #51CFD4 Medium Turquoise

📋 copy color: '#51CFD4'

red 81 ◦ green 207 ◦ blue 212

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

Shades of Medium Turquoise #51CFD4

Tints of Medium Turquoise #51CFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 42.4%

R = 16.2%
G = 41.4%
B = 42.4%

CMYK

 C value IS 0.62

 M value IS 0.02

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#51CFD4 (or 0x51CFD4) is known color: Medium Turquoise. HEX triplet: 51, CF and D4. RGB value is (81,207,212). Sum of RGB (Red+Green+Blue) = 81+207+212=500 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.2% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 212 (83.20% from 255 or 42.4% from 500); Max value from RGB is 212 - color contains mainly: blue. Hex color #51CFD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CFD4 is #AE302B. Grayscale: #A9A9A9. Windows color (decimal): -11415596 or 13946705. OLE color: 13946705.

HSL color Cylindrical-coordinate representation of color #51CFD4: hue angle of 182.29º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51CFD4 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 81 207 212 -
CMYK 0.62 0.02 0 0.17
HSL 182.29º 0.6% 0.57% -
HSV(B) 182.29º 0.62% 0.83% -
XYZ 37.59 51.13 70.17 -
YUV 169.9 151.76 64.59 -
System Red Green Blue C M Y K H S L
Decimal 81 207 212 0.62 0.02 0 0.17 182.29 0.6 0.57
Hex 51 CF D4 3E 2 0 11 B6 3C 39
Octal 121 317 324 76 2 0 21 266 74 71
Binary 1010001 11001111 11010100 111110 10 0 10001 10110110 111100 111001

Color Harmonies of #51CFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51CFD4

Black with #51CFD4

Text Example


Text Example

White with #51CFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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