Html Css Color HEX #41CFB6 Medium Turquoise

📋 copy color: '#41CFB6'

red 65 ◦ green 207 ◦ blue 182

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

Shades of Medium Turquoise #41CFB6

Tints of Medium Turquoise #41CFB6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.59%

 BLUE value IS 182 (71.48% from 255) = 40.09%

R = 14.32%
G = 45.59%
B = 40.09%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#41CFB6 (or 0x41CFB6) is known color: Medium Turquoise. HEX triplet: 41, CF and B6. RGB value is (65,207,182). Sum of RGB (Red+Green+Blue) = 65+207+182=454 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.32% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 182 (71.48% from 255 or 40.09% from 454); Max value from RGB is 207 - color contains mainly: green. Hex color #41CFB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CFB6 is #BE3049. Grayscale: #A1A1A1. Windows color (decimal): -12464202 or 11980609. OLE color: 11980609.

HSL color Cylindrical-coordinate representation of color #41CFB6: hue angle of 169.44º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41CFB6 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 207 182 -
CMYK 0.69 0 0.12 0.19
HSL 169.44º 0.6% 0.53% -
HSV(B) 169.44º 0.69% 0.81% -
XYZ 32.94 49.13 52 -
YUV 161.69 139.46 59.03 -
System Red Green Blue C M Y K H S L
Decimal 65 207 182 0.69 0 0.12 0.19 169.44 0.6 0.53
Hex 41 CF B6 45 0 C 13 A9 3C 35
Octal 101 317 266 105 0 14 23 251 74 65
Binary 1000001 11001111 10110110 1000101 0 1100 10011 10101001 111100 110101

Color Harmonies of #41CFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CFB6

Black with #41CFB6

Text Example


Text Example

White with #41CFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,207,182); }

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

background-color css

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

 a { background-color: rgb(65,207,182); }

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

border-color css

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

 span { border-color: rgb(65,207,182); }

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