Html Css Color HEX #41CFBB Medium Turquoise

📋 copy color: '#41CFBB'

red 65 ◦ green 207 ◦ blue 187

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

Shades of Medium Turquoise #41CFBB

Tints of Medium Turquoise #41CFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.74%

R = 14.16%
G = 45.1%
B = 40.74%

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

#41CFBB (or 0x41CFBB) is known color: Medium Turquoise. HEX triplet: 41, CF and BB. RGB value is (65,207,187). Sum of RGB (Red+Green+Blue) = 65+207+187=459 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.16% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #41CFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CFBB is #BE3044. Grayscale: #A2A2A2. Windows color (decimal): -12464197 or 12308289. OLE color: 12308289.

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

Color convert

RGB 65 207 187 -
CMYK 0.69 0 0.10 0.19
HSL 171.55º 0.6% 0.53% -
HSV(B) 171.55º 0.69% 0.81% -
XYZ 33.46 49.34 54.77 -
YUV 162.26 141.96 58.63 -
System Red Green Blue C M Y K H S L
Decimal 65 207 187 0.69 0 0.10 0.19 171.55 0.6 0.53
Hex 41 CF BB 45 0 A 13 AC 3C 35
Octal 101 317 273 105 0 12 23 254 74 65
Binary 1000001 11001111 10111011 1000101 0 1010 10011 10101100 111100 110101

Color Harmonies of #41CFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CFBB

Black with #41CFBB

Text Example


Text Example

White with #41CFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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