Html Css Color HEX #41CFBE Medium Turquoise

📋 copy color: '#41CFBE'

red 65 ◦ green 207 ◦ blue 190

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

Shades of Medium Turquoise #41CFBE

Tints of Medium Turquoise #41CFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.13%

R = 14.07%
G = 44.81%
B = 41.13%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#41CFBE (or 0x41CFBE) is known color: Medium Turquoise. HEX triplet: 41, CF and BE. RGB value is (65,207,190). Sum of RGB (Red+Green+Blue) = 65+207+190=462 (61% of max value = 765). Red value is 65 (25.78% from 255 or 14.07% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #41CFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CFBE is #BE3041. Grayscale: #A2A2A2. Windows color (decimal): -12464194 or 12504897. OLE color: 12504897.

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

Color convert

RGB 65 207 190 -
CMYK 0.69 0 0.08 0.19
HSL 172.82º 0.6% 0.53% -
HSV(B) 172.82º 0.69% 0.81% -
XYZ 33.79 49.47 56.48 -
YUV 162.6 143.46 58.38 -
System Red Green Blue C M Y K H S L
Decimal 65 207 190 0.69 0 0.08 0.19 172.82 0.6 0.53
Hex 41 CF BE 45 0 8 13 AD 3C 35
Octal 101 317 276 105 0 10 23 255 74 65
Binary 1000001 11001111 10111110 1000101 0 1000 10011 10101101 111100 110101

Color Harmonies of #41CFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CFBE

Black with #41CFBE

Text Example


Text Example

White with #41CFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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