Html Css Color HEX #41CECA Medium Turquoise

📋 copy color: '#41CECA'

red 65 ◦ green 206 ◦ blue 202

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

Shades of Medium Turquoise #41CECA

Tints of Medium Turquoise #41CECA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.55%

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

R = 13.74%
G = 43.55%
B = 42.71%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#41CECA (or 0x41CECA) is known color: Medium Turquoise. HEX triplet: 41, CE and CA. RGB value is (65,206,202). Sum of RGB (Red+Green+Blue) = 65+206+202=473 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.74% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 206 - color contains mainly: green. Hex color #41CECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CECA is #BE3135. Grayscale: #A3A3A3. Windows color (decimal): -12464438 or 13291073. OLE color: 13291073.

HSL color Cylindrical-coordinate representation of color #41CECA: hue angle of 178.3º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CECA is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 206 202 -
CMYK 0.68 0 0.02 0.19
HSL 178.3º 0.59% 0.53% -
HSV(B) 178.3º 0.68% 0.81% -
XYZ 34.91 49.53 63.6 -
YUV 163.39 149.79 57.83 -
System Red Green Blue C M Y K H S L
Decimal 65 206 202 0.68 0 0.02 0.19 178.3 0.59 0.53
Hex 41 CE CA 44 0 2 13 B2 3B 35
Octal 101 316 312 104 0 2 23 262 73 65
Binary 1000001 11001110 11001010 1000100 0 10 10011 10110010 111011 110101

Color Harmonies of #41CECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CECA

Black with #41CECA

Text Example


Text Example

White with #41CECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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