Html Css Color HEX #45E6C9 Turquoise

📋 copy color: '#45E6C9'

red 69 ◦ green 230 ◦ blue 201

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

Shades of Turquoise #45E6C9

Tints of Turquoise #45E6C9

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46%

 BLUE value IS 201 (78.91% from 255) = 40.2%

R = 13.8%
G = 46%
B = 40.2%

CMYK

 C value IS 0.7

 M value IS 0

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#45E6C9 (or 0x45E6C9) is known color: Turquoise. HEX triplet: 45, E6 and C9. RGB value is (69,230,201). Sum of RGB (Red+Green+Blue) = 69+230+201=500 (66% of max value = 765). Red value is 69 (27.34% from 255 or 13.8% from 500); Green value is 230 (90.23% from 255 or 46% from 500); Blue value is 201 (78.91% from 255 or 40.2% from 500); Max value from RGB is 230 - color contains mainly: green. Hex color #45E6C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45E6C9 is #BA1936. Grayscale: #B2B2B2. Windows color (decimal): -12196151 or 13231685. OLE color: 13231685.

HSL color Cylindrical-coordinate representation of color #45E6C9: hue angle of 169.19º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E6C9 is Cyan = 0.7, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB 69 230 201 -
CMYK 0.7 0 0.13 0.10
HSL 169.19º 0.76% 0.59% -
HSV(B) 169.19º 0.7% 0.9% -
XYZ 41.29 62.08 65.06 -
YUV 178.56 140.66 49.86 -
System Red Green Blue C M Y K H S L
Decimal 69 230 201 0.7 0 0.13 0.10 169.19 0.76 0.59
Hex 45 E6 C9 46 0 D A A9 4C 3B
Octal 105 346 311 106 0 15 12 251 114 73
Binary 1000101 11100110 11001001 1000110 0 1101 1010 10101001 1001100 111011

Color Harmonies of #45E6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45E6C9

Black with #45E6C9

Text Example


Text Example

White with #45E6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,230,201); }

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

background-color css

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

 a { background-color: rgb(69,230,201); }

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

border-color css

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

 span { border-color: rgb(69,230,201); }

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