Html Css Color HEX #41C0CC Medium Turquoise

📋 copy color: '#41C0CC'

red 65 ◦ green 192 ◦ blue 204

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

Shades of Medium Turquoise #41C0CC

Tints of Medium Turquoise #41C0CC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.65%

 BLUE value IS 204 (80.08% from 255) = 44.25%

R = 14.1%
G = 41.65%
B = 44.25%

CMYK

 C value IS 0.68

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#41C0CC (or 0x41C0CC) is known color: Medium Turquoise. HEX triplet: 41, C0 and CC. RGB value is (65,192,204). Sum of RGB (Red+Green+Blue) = 65+192+204=461 (61% of max value = 765). Red value is 65 (25.78% from 255 or 14.10% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #41C0CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41C0CC is #BE3F33. Grayscale: #9B9B9B. Windows color (decimal): -12468020 or 13418561. OLE color: 13418561.

HSL color Cylindrical-coordinate representation of color #41C0CC: hue angle of 185.18º 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 #41C0CC is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 65 192 204 -
CMYK 0.68 0.06 0 0.2
HSL 185.18º 0.58% 0.53% -
HSV(B) 185.18º 0.68% 0.8% -
XYZ 31.93 43.18 63.78 -
YUV 155.4 155.42 63.52 -
System Red Green Blue C M Y K H S L
Decimal 65 192 204 0.68 0.06 0 0.2 185.18 0.58 0.53
Hex 41 C0 CC 44 6 0 14 B9 3A 35
Octal 101 300 314 104 6 0 24 271 72 65
Binary 1000001 11000000 11001100 1000100 110 0 10100 10111001 111010 110101

Color Harmonies of #41C0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C0CC

Black with #41C0CC

Text Example


Text Example

White with #41C0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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