Html Css Color HEX #41CCBD Medium Turquoise

📋 copy color: '#41CCBD'

red 65 ◦ green 204 ◦ blue 189

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

Shades of Medium Turquoise #41CCBD

Tints of Medium Turquoise #41CCBD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.54%

 BLUE value IS 189 (74.22% from 255) = 41.27%

R = 14.19%
G = 44.54%
B = 41.27%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#41CCBD (or 0x41CCBD) is known color: Medium Turquoise. HEX triplet: 41, CC and BD. RGB value is (65,204,189). Sum of RGB (Red+Green+Blue) = 65+204+189=458 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.19% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 204 - color contains mainly: green. Hex color #41CCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CCBD is #BE3342. Grayscale: #A0A0A0. Windows color (decimal): -12464963 or 12438593. OLE color: 12438593.

HSL color Cylindrical-coordinate representation of color #41CCBD: hue angle of 173.53º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CCBD is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 65 204 189 -
CMYK 0.68 0 0.07 0.2
HSL 173.53º 0.58% 0.53% -
HSV(B) 173.53º 0.68% 0.8% -
XYZ 32.96 47.98 55.67 -
YUV 160.73 143.95 59.72 -
System Red Green Blue C M Y K H S L
Decimal 65 204 189 0.68 0 0.07 0.2 173.53 0.58 0.53
Hex 41 CC BD 44 0 7 14 AE 3A 35
Octal 101 314 275 104 0 7 24 256 72 65
Binary 1000001 11001100 10111101 1000100 0 111 10100 10101110 111010 110101

Color Harmonies of #41CCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CCBD

Black with #41CCBD

Text Example


Text Example

White with #41CCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,204,189); }

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

background-color css

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

 a { background-color: rgb(65,204,189); }

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

border-color css

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

 span { border-color: rgb(65,204,189); }

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