Html Css Color HEX #45E5BE Turquoise

📋 copy color: '#45E5BE'

red 69 ◦ green 229 ◦ blue 190

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

Shades of Turquoise #45E5BE

Tints of Turquoise #45E5BE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.93%

 BLUE value IS 190 (74.61% from 255) = 38.93%

R = 14.14%
G = 46.93%
B = 38.93%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#45E5BE (or 0x45E5BE) is known color: Turquoise. HEX triplet: 45, E5 and BE. RGB value is (69,229,190). Sum of RGB (Red+Green+Blue) = 69+229+190=488 (64% of max value = 765). Red value is 69 (27.34% from 255 or 14.14% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 229 - color contains mainly: green. Hex color #45E5BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45E5BE is #BA1A41. Grayscale: #B0B0B0. Windows color (decimal): -12196418 or 12510533. OLE color: 12510533.

HSL color Cylindrical-coordinate representation of color #45E5BE: hue angle of 165.38º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E5BE is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 69 229 190 -
CMYK 0.70 0 0.17 0.10
HSL 165.38º 0.75% 0.58% -
HSV(B) 165.38º 0.7% 0.9% -
XYZ 39.77 61.02 58.4 -
YUV 176.71 135.49 51.17 -
System Red Green Blue C M Y K H S L
Decimal 69 229 190 0.70 0 0.17 0.10 165.38 0.75 0.58
Hex 45 E5 BE 46 0 11 A A5 4B 3A
Octal 105 345 276 106 0 21 12 245 113 72
Binary 1000101 11100101 10111110 1000110 0 10001 1010 10100101 1001011 111010

Color Harmonies of #45E5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45E5BE

Black with #45E5BE

Text Example


Text Example

White with #45E5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,229,190); }

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

background-color css

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

 a { background-color: rgb(69,229,190); }

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

border-color css

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

 span { border-color: rgb(69,229,190); }

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