Html Css Color HEX #41CCC7 Medium Turquoise

📋 copy color: '#41CCC7'

red 65 ◦ green 204 ◦ blue 199

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

Shades of Medium Turquoise #41CCC7

Tints of Medium Turquoise #41CCC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.52%

R = 13.89%
G = 43.59%
B = 42.52%

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

#41CCC7 (or 0x41CCC7) is known color: Medium Turquoise. HEX triplet: 41, CC and C7. RGB value is (65,204,199). Sum of RGB (Red+Green+Blue) = 65+204+199=468 (61% of max value = 765). Red value is 65 (25.78% from 255 or 13.89% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 199 (78.12% from 255 or 42.52% from 468); Max value from RGB is 204 - color contains mainly: green. Hex color #41CCC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CCC7 is #BE3338. Grayscale: #A1A1A1. Windows color (decimal): -12464953 or 13093953. OLE color: 13093953.

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

Color convert

RGB 65 204 199 -
CMYK 0.68 0 0.02 0.2
HSL 177.84º 0.58% 0.53% -
HSV(B) 177.84º 0.68% 0.8% -
XYZ 34.08 48.43 61.59 -
YUV 161.87 148.95 58.91 -
System Red Green Blue C M Y K H S L
Decimal 65 204 199 0.68 0 0.02 0.2 177.84 0.58 0.53
Hex 41 CC C7 44 0 2 14 B2 3A 35
Octal 101 314 307 104 0 2 24 262 72 65
Binary 1000001 11001100 11000111 1000100 0 10 10100 10110010 111010 110101

Color Harmonies of #41CCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CCC7

Black with #41CCC7

Text Example


Text Example

White with #41CCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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