Html Css Color HEX #41CCC8 Medium Turquoise

📋 copy color: '#41CCC8'

red 65 ◦ green 204 ◦ blue 200

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

Shades of Medium Turquoise #41CCC8

Tints of Medium Turquoise #41CCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.64%

R = 13.86%
G = 43.5%
B = 42.64%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#41CCC8 (or 0x41CCC8) is known color: Medium Turquoise. HEX triplet: 41, CC and C8. RGB value is (65,204,200). Sum of RGB (Red+Green+Blue) = 65+204+200=469 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.86% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 200 (78.52% from 255 or 42.64% from 469); Max value from RGB is 204 - color contains mainly: green. Hex color #41CCC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CCC8 is #BE3337. Grayscale: #A1A1A1. Windows color (decimal): -12464952 or 13159489. OLE color: 13159489.

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

Color convert

RGB 65 204 200 -
CMYK 0.68 0 0.02 0.2
HSL 178.27º 0.58% 0.53% -
HSV(B) 178.27º 0.68% 0.8% -
XYZ 34.2 48.48 62.2 -
YUV 161.98 149.45 58.83 -
System Red Green Blue C M Y K H S L
Decimal 65 204 200 0.68 0 0.02 0.2 178.27 0.58 0.53
Hex 41 CC C8 44 0 2 14 B2 3A 35
Octal 101 314 310 104 0 2 24 262 72 65
Binary 1000001 11001100 11001000 1000100 0 10 10100 10110010 111010 110101

Color Harmonies of #41CCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CCC8

Black with #41CCC8

Text Example


Text Example

White with #41CCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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