#45CFD8

Color #45CFD8 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #45CFD8

Tints of Medium Turquoise #45CFD8

Color information

#45CFD8 (or 0x45CFD8) is unknown color: approx Medium Turquoise. HEX triplet: 45, CF and D8. RGB value is (69,207,216). Sum of RGB (Red+Green+Blue) = 69+207+216=492 (65% of max value = 765). Red value is 69 (27.34% from 255 or 14.02% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 216 - color contains mainly: blue. Hex color #45CFD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CFD8 is #BA3027. Grayscale: #A6A6A6. Windows color (decimal): -12202024 or 14208837. OLE color: 14208837.

HSL color Cylindrical-coordinate representation of color #45CFD8: hue angle of 183.67º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45CFD8 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB69207216-
CMYK0.680.0400.15
HSL183.67º65.33%55.88%-
HSV(B)183.67º68.06%84.71%-
XYZ37.1650.8572.82-
YUV166.76155.7858.27-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.02%
GREEN value IS 207 (81.25% from 255) = 42.07%
BLUE value IS 216 (84.77% from 255) = 43.90%
R=14.02%
G=42.07%
B=43.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal692072160.680.0400.15183.6765.3355.88
Hex45CFD84440Fb84138
Octal105317330104401727010170
Binary10001011100111111011000100010010001111101110001000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,207,216); }

 H1.HeaderClassName
 {
   color: #45CFD8;
 }
 .AnyTagClassName
 {
   color: #45CFD8;
 }
</style>
background-color css

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

 a { background-color: rgb(69,207,216); }

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

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

 span { border-color: rgb(69,207,216); }

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