Html Css Color HEX #41CFB3 Medium Turquoise

📋 copy color: '#41CFB3'

red 65 ◦ green 207 ◦ blue 179

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

Shades of Medium Turquoise #41CFB3

Tints of Medium Turquoise #41CFB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.69%

R = 14.41%
G = 45.9%
B = 39.69%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#41CFB3 (or 0x41CFB3) is known color: Medium Turquoise. HEX triplet: 41, CF and B3. RGB value is (65,207,179). Sum of RGB (Red+Green+Blue) = 65+207+179=451 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.41% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 179 (70.31% from 255 or 39.69% from 451); Max value from RGB is 207 - color contains mainly: green. Hex color #41CFB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CFB3 is #BE304C. Grayscale: #A1A1A1. Windows color (decimal): -12464205 or 11784001. OLE color: 11784001.

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

Color convert

RGB 65 207 179 -
CMYK 0.69 0 0.14 0.19
HSL 168.17º 0.6% 0.53% -
HSV(B) 168.17º 0.69% 0.81% -
XYZ 32.63 49 50.39 -
YUV 161.35 137.96 59.28 -
System Red Green Blue C M Y K H S L
Decimal 65 207 179 0.69 0 0.14 0.19 168.17 0.6 0.53
Hex 41 CF B3 45 0 E 13 A8 3C 35
Octal 101 317 263 105 0 16 23 250 74 65
Binary 1000001 11001111 10110011 1000101 0 1110 10011 10101000 111100 110101

Color Harmonies of #41CFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CFB3

Black with #41CFB3

Text Example


Text Example

White with #41CFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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