Html Css Color HEX #41CACA Medium Turquoise

📋 copy color: '#41CACA'

red 65 ◦ green 202 ◦ blue 202

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

Shades of Medium Turquoise #41CACA

Tints of Medium Turquoise #41CACA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.07%

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

R = 13.86%
G = 43.07%
B = 43.07%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#41CACA (or 0x41CACA) is known color: Medium Turquoise. HEX triplet: 41, CA and CA. RGB value is (65,202,202). Sum of RGB (Red+Green+Blue) = 65+202+202=469 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.86% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #41CACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CACA is #BE3535. Grayscale: #A0A0A0. Windows color (decimal): -12465462 or 13290049. OLE color: 13290049.

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

Color convert

RGB 65 202 202 -
CMYK 0.68 0 0 0.21
HSL 180º 0.56% 0.52% -
HSV(B) 180º 0.68% 0.79% -
XYZ 33.96 47.63 63.28 -
YUV 161.04 151.11 59.5 -
System Red Green Blue C M Y K H S L
Decimal 65 202 202 0.68 0 0 0.21 180 0.56 0.52
Hex 41 CA CA 44 0 0 15 B4 38 34
Octal 101 312 312 104 0 0 25 264 70 64
Binary 1000001 11001010 11001010 1000100 0 0 10101 10110100 111000 110100

Color Harmonies of #41CACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CACA

Black with #41CACA

Text Example


Text Example

White with #41CACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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