Html Css Color HEX #45C7DB Medium Turquoise

📋 copy color: '#45C7DB'

red 69 ◦ green 199 ◦ blue 219

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

Shades of Medium Turquoise #45C7DB

Tints of Medium Turquoise #45C7DB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.86%

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

R = 14.17%
G = 40.86%
B = 44.97%

CMYK

 C value IS 0.68

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#45C7DB (or 0x45C7DB) is known color: Medium Turquoise. HEX triplet: 45, C7 and DB. RGB value is (69,199,219). Sum of RGB (Red+Green+Blue) = 69+199+219=487 (64% of max value = 765). Red value is 69 (27.34% from 255 or 14.17% from 487); Green value is 199 (78.12% from 255 or 40.86% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #45C7DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45C7DB is #BA3824. Grayscale: #A2A2A2. Windows color (decimal): -12204069 or 14403397. OLE color: 14403397.

HSL color Cylindrical-coordinate representation of color #45C7DB: hue angle of 188º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45C7DB is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 69 199 219 -
CMYK 0.68 0.09 0 0.14
HSL 188º 0.68% 0.56% -
HSV(B) 188º 0.68% 0.86% -
XYZ 35.66 47.23 74.25 -
YUV 162.41 159.93 61.37 -
System Red Green Blue C M Y K H S L
Decimal 69 199 219 0.68 0.09 0 0.14 188 0.68 0.56
Hex 45 C7 DB 44 9 0 E BC 44 38
Octal 105 307 333 104 11 0 16 274 104 70
Binary 1000101 11000111 11011011 1000100 1001 0 1110 10111100 1000100 111000

Color Harmonies of #45C7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45C7DB

Black with #45C7DB

Text Example


Text Example

White with #45C7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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