Html Css Color HEX #45D6C6 Medium Turquoise

📋 copy color: '#45D6C6'

red 69 ◦ green 214 ◦ blue 198

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

Shades of Medium Turquoise #45D6C6

Tints of Medium Turquoise #45D6C6

RGB

 RED value IS 69 (27.34% from 255) = 14.35%

 GREEN value IS 214 (83.98% from 255) = 44.49%

 BLUE value IS 198 (77.73% from 255) = 41.16%

R = 14.35%
G = 44.49%
B = 41.16%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#45D6C6 (or 0x45D6C6) is known color: Medium Turquoise. HEX triplet: 45, D6 and C6. RGB value is (69,214,198). Sum of RGB (Red+Green+Blue) = 69+214+198=481 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.35% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 198 (77.73% from 255 or 41.16% from 481); Max value from RGB is 214 - color contains mainly: green. Hex color #45D6C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45D6C6 is #BA2939. Grayscale: #A8A8A8. Windows color (decimal): -12200250 or 13030981. OLE color: 13030981.

HSL color Cylindrical-coordinate representation of color #45D6C6: hue angle of 173.38º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D6C6 is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 69 214 198 -
CMYK 0.68 0 0.07 0.16
HSL 173.38º 0.64% 0.55% -
HSV(B) 173.38º 0.68% 0.84% -
XYZ 36.69 53.44 61.81 -
YUV 168.82 144.46 56.8 -
System Red Green Blue C M Y K H S L
Decimal 69 214 198 0.68 0 0.07 0.16 173.38 0.64 0.55
Hex 45 D6 C6 44 0 7 10 AD 40 37
Octal 105 326 306 104 0 7 20 255 100 67
Binary 1000101 11010110 11000110 1000100 0 111 10000 10101101 1000000 110111

Color Harmonies of #45D6C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45D6C6

Black with #45D6C6

Text Example


Text Example

White with #45D6C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45D6C6; }

 p { color: rgb(69,214,198); }

 H1.HeaderClassName
 {
   color: #45D6C6;
 }
 .AnyTagClassName
 {
   color: #45D6C6;
 }
</style>

background-color css

<style>
 a { background-color: #45D6C6; }

 a { background-color: rgb(69,214,198); }

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

border-color css

<style>
 span { border-color: #45D6C6; }

 span { border-color: rgb(69,214,198); }

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