Html Css Color HEX #41CFB9 Medium Turquoise

📋 copy color: '#41CFB9'

red 65 ◦ green 207 ◦ blue 185

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

Shades of Medium Turquoise #41CFB9

Tints of Medium Turquoise #41CFB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.48%

R = 14.22%
G = 45.3%
B = 40.48%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#41CFB9 (or 0x41CFB9) is known color: Medium Turquoise. HEX triplet: 41, CF and B9. RGB value is (65,207,185). Sum of RGB (Red+Green+Blue) = 65+207+185=457 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.22% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 207 - color contains mainly: green. Hex color #41CFB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CFB9 is #BE3046. Grayscale: #A1A1A1. Windows color (decimal): -12464199 or 12177217. OLE color: 12177217.

HSL color Cylindrical-coordinate representation of color #41CFB9: hue angle of 170.7º 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 #41CFB9 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 207 185 -
CMYK 0.69 0 0.11 0.19
HSL 170.7º 0.6% 0.53% -
HSV(B) 170.7º 0.69% 0.81% -
XYZ 33.25 49.25 53.65 -
YUV 162.03 140.96 58.79 -
System Red Green Blue C M Y K H S L
Decimal 65 207 185 0.69 0 0.11 0.19 170.7 0.6 0.53
Hex 41 CF B9 45 0 B 13 AB 3C 35
Octal 101 317 271 105 0 13 23 253 74 65
Binary 1000001 11001111 10111001 1000101 0 1011 10011 10101011 111100 110101

Color Harmonies of #41CFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CFB9

Black with #41CFB9

Text Example


Text Example

White with #41CFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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