Html Css Color HEX #41C5CA Medium Turquoise

📋 copy color: '#41C5CA'

red 65 ◦ green 197 ◦ blue 202

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

Shades of Medium Turquoise #41C5CA

Tints of Medium Turquoise #41C5CA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.46%

 BLUE value IS 202 (79.3% from 255) = 43.53%

R = 14.01%
G = 42.46%
B = 43.53%

CMYK

 C value IS 0.68

 M value IS 0.02

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#41C5CA (or 0x41C5CA) is known color: Medium Turquoise. HEX triplet: 41, C5 and CA. RGB value is (65,197,202). Sum of RGB (Red+Green+Blue) = 65+197+202=464 (61% of max value = 765). Red value is 65 (25.78% from 255 or 14.01% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #41C5CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41C5CA is #BE3A35. Grayscale: #9D9D9D. Windows color (decimal): -12466742 or 13288769. OLE color: 13288769.

HSL color Cylindrical-coordinate representation of color #41C5CA: hue angle of 182.19º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41C5CA is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 65 197 202 -
CMYK 0.68 0.02 0 0.21
HSL 182.19º 0.56% 0.52% -
HSV(B) 182.19º 0.68% 0.79% -
XYZ 32.81 45.32 62.9 -
YUV 158.1 152.77 61.59 -
System Red Green Blue C M Y K H S L
Decimal 65 197 202 0.68 0.02 0 0.21 182.19 0.56 0.52
Hex 41 C5 CA 44 2 0 15 B6 38 34
Octal 101 305 312 104 2 0 25 266 70 64
Binary 1000001 11000101 11001010 1000100 10 0 10101 10110110 111000 110100

Color Harmonies of #41C5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C5CA

Black with #41C5CA

Text Example


Text Example

White with #41C5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,197,202); }

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

background-color css

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

 a { background-color: rgb(65,197,202); }

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

border-color css

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

 span { border-color: rgb(65,197,202); }

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