Html Css Color HEX #41CFB7 Medium Turquoise

📋 copy color: '#41CFB7'

red 65 ◦ green 207 ◦ blue 183

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

Shades of Medium Turquoise #41CFB7

Tints of Medium Turquoise #41CFB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.22%

R = 14.29%
G = 45.49%
B = 40.22%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#41CFB7 (or 0x41CFB7) is known color: Medium Turquoise. HEX triplet: 41, CF and B7. RGB value is (65,207,183). Sum of RGB (Red+Green+Blue) = 65+207+183=455 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.29% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 183 (71.88% from 255 or 40.22% from 455); Max value from RGB is 207 - color contains mainly: green. Hex color #41CFB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CFB7 is #BE3048. Grayscale: #A1A1A1. Windows color (decimal): -12464201 or 12046145. OLE color: 12046145.

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

Color convert

RGB 65 207 183 -
CMYK 0.69 0 0.12 0.19
HSL 169.86º 0.6% 0.53% -
HSV(B) 169.86º 0.69% 0.81% -
XYZ 33.04 49.17 52.55 -
YUV 161.81 139.96 58.95 -
System Red Green Blue C M Y K H S L
Decimal 65 207 183 0.69 0 0.12 0.19 169.86 0.6 0.53
Hex 41 CF B7 45 0 C 13 AA 3C 35
Octal 101 317 267 105 0 14 23 252 74 65
Binary 1000001 11001111 10110111 1000101 0 1100 10011 10101010 111100 110101

Color Harmonies of #41CFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CFB7

Black with #41CFB7

Text Example


Text Example

White with #41CFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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