Html Css Color HEX #45EFDB Turquoise

📋 copy color: '#45EFDB'

red 69 ◦ green 239 ◦ blue 219

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

Shades of Turquoise #45EFDB

Tints of Turquoise #45EFDB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.35%

 BLUE value IS 219 (85.94% from 255) = 41.56%

R = 13.09%
G = 45.35%
B = 41.56%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#45EFDB (or 0x45EFDB) is known color: Turquoise. HEX triplet: 45, EF and DB. RGB value is (69,239,219). Sum of RGB (Red+Green+Blue) = 69+239+219=527 (69% of max value = 765). Red value is 69 (27.34% from 255 or 13.09% from 527); Green value is 239 (93.75% from 255 or 45.35% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 239 - color contains mainly: green. Hex color #45EFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45EFDB is #BA1024. Grayscale: #B9B9B9. Windows color (decimal): -12193829 or 14413637. OLE color: 14413637.

HSL color Cylindrical-coordinate representation of color #45EFDB: hue angle of 172.94º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EFDB is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 69 239 219 -
CMYK 0.71 0 0.08 0.06
HSL 172.94º 0.84% 0.6% -
HSV(B) 172.94º 0.71% 0.94% -
XYZ 46.11 68.11 77.73 -
YUV 185.89 146.68 44.63 -
System Red Green Blue C M Y K H S L
Decimal 69 239 219 0.71 0 0.08 0.06 172.94 0.84 0.6
Hex 45 EF DB 47 0 8 6 AD 54 3C
Octal 105 357 333 107 0 10 6 255 124 74
Binary 1000101 11101111 11011011 1000111 0 1000 110 10101101 1010100 111100

Color Harmonies of #45EFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45EFDB

Black with #45EFDB

Text Example


Text Example

White with #45EFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,239,219); }

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

background-color css

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

 a { background-color: rgb(69,239,219); }

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

border-color css

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

 span { border-color: rgb(69,239,219); }

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