Html Css Color HEX #41C9DB Medium Turquoise

📋 copy color: '#41C9DB'

red 65 ◦ green 201 ◦ blue 219

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

Shades of Medium Turquoise #41C9DB

Tints of Medium Turquoise #41C9DB

RGB

 RED value IS 65 (25.78% from 255) = 13.4%

 GREEN value IS 201 (78.91% from 255) = 41.44%

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

R = 13.4%
G = 41.44%
B = 45.15%

CMYK

 C value IS 0.70

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#41C9DB (or 0x41C9DB) is known color: Medium Turquoise. HEX triplet: 41, C9 and DB. RGB value is (65,201,219). Sum of RGB (Red+Green+Blue) = 65+201+219=485 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.40% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #41C9DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41C9DB is #BE3624. Grayscale: #A2A2A2. Windows color (decimal): -12465701 or 14403905. OLE color: 14403905.

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

Color convert

RGB 65 201 219 -
CMYK 0.70 0.08 0 0.14
HSL 187.01º 0.68% 0.56% -
HSV(B) 187.01º 0.7% 0.86% -
XYZ 35.85 48.01 74.4 -
YUV 162.39 159.94 58.54 -
System Red Green Blue C M Y K H S L
Decimal 65 201 219 0.70 0.08 0 0.14 187.01 0.68 0.56
Hex 41 C9 DB 46 8 0 E BB 44 38
Octal 101 311 333 106 10 0 16 273 104 70
Binary 1000001 11001001 11011011 1000110 1000 0 1110 10111011 1000100 111000

Color Harmonies of #41C9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C9DB

Black with #41C9DB

Text Example


Text Example

White with #41C9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41C9DB; }

 p { color: rgb(65,201,219); }

 H1.HeaderClassName
 {
   color: #41C9DB;
 }
 .AnyTagClassName
 {
   color: #41C9DB;
 }
</style>

background-color css

<style>
 a { background-color: #41C9DB; }

 a { background-color: rgb(65,201,219); }

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

border-color css

<style>
 span { border-color: #41C9DB; }

 span { border-color: rgb(65,201,219); }

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