Html Css Color HEX #45DFBE Turquoise

📋 copy color: '#45DFBE'

red 69 ◦ green 223 ◦ blue 190

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

Shades of Turquoise #45DFBE

Tints of Turquoise #45DFBE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.27%

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

R = 14.32%
G = 46.27%
B = 39.42%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#45DFBE (or 0x45DFBE) is known color: Turquoise. HEX triplet: 45, DF and BE. RGB value is (69,223,190). Sum of RGB (Red+Green+Blue) = 69+223+190=482 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.32% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 223 - color contains mainly: green. Hex color #45DFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DFBE is #BA2041. Grayscale: #ADADAD. Windows color (decimal): -12197954 or 12508997. OLE color: 12508997.

HSL color Cylindrical-coordinate representation of color #45DFBE: hue angle of 167.14º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DFBE is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 69 223 190 -
CMYK 0.69 0 0.15 0.13
HSL 167.14º 0.71% 0.57% -
HSV(B) 167.14º 0.69% 0.87% -
XYZ 38.14 57.76 57.85 -
YUV 173.19 137.48 53.68 -
System Red Green Blue C M Y K H S L
Decimal 69 223 190 0.69 0 0.15 0.13 167.14 0.71 0.57
Hex 45 DF BE 45 0 F D A7 47 39
Octal 105 337 276 105 0 17 15 247 107 71
Binary 1000101 11011111 10111110 1000101 0 1111 1101 10100111 1000111 111001

Color Harmonies of #45DFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45DFBE

Black with #45DFBE

Text Example


Text Example

White with #45DFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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