Html Css Color HEX #41CFBA Medium Turquoise

📋 copy color: '#41CFBA'

red 65 ◦ green 207 ◦ blue 186

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

Shades of Medium Turquoise #41CFBA

Tints of Medium Turquoise #41CFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.61%

R = 14.19%
G = 45.2%
B = 40.61%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#41CFBA (or 0x41CFBA) is known color: Medium Turquoise. HEX triplet: 41, CF and BA. RGB value is (65,207,186). Sum of RGB (Red+Green+Blue) = 65+207+186=458 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.19% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #41CFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CFBA is #BE3045. Grayscale: #A2A2A2. Windows color (decimal): -12464198 or 12242753. OLE color: 12242753.

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

Color convert

RGB 65 207 186 -
CMYK 0.69 0 0.10 0.19
HSL 171.13º 0.6% 0.53% -
HSV(B) 171.13º 0.69% 0.81% -
XYZ 33.36 49.29 54.21 -
YUV 162.15 141.46 58.71 -
System Red Green Blue C M Y K H S L
Decimal 65 207 186 0.69 0 0.10 0.19 171.13 0.6 0.53
Hex 41 CF BA 45 0 A 13 AB 3C 35
Octal 101 317 272 105 0 12 23 253 74 65
Binary 1000001 11001111 10111010 1000101 0 1010 10011 10101011 111100 110101

Color Harmonies of #41CFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CFBA

Black with #41CFBA

Text Example


Text Example

White with #41CFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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