Html Css Color HEX #41CEDE Medium Turquoise

📋 copy color: '#41CEDE'

red 65 ◦ green 206 ◦ blue 222

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

Shades of Medium Turquoise #41CEDE

Tints of Medium Turquoise #41CEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.03%

R = 13.18%
G = 41.78%
B = 45.03%

CMYK

 C value IS 0.71

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#41CEDE (or 0x41CEDE) is known color: Medium Turquoise. HEX triplet: 41, CE and DE. RGB value is (65,206,222). Sum of RGB (Red+Green+Blue) = 65+206+222=493 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.18% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #41CEDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CEDE is #BE3121. Grayscale: #A5A5A5. Windows color (decimal): -12464418 or 14601793. OLE color: 14601793.

HSL color Cylindrical-coordinate representation of color #41CEDE: hue angle of 186.11º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41CEDE is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 206 222 -
CMYK 0.71 0.07 0 0.13
HSL 186.11º 0.7% 0.56% -
HSV(B) 186.11º 0.71% 0.87% -
XYZ 37.44 50.54 76.89 -
YUV 165.67 159.79 56.2 -
System Red Green Blue C M Y K H S L
Decimal 65 206 222 0.71 0.07 0 0.13 186.11 0.7 0.56
Hex 41 CE DE 47 7 0 D BA 46 38
Octal 101 316 336 107 7 0 15 272 106 70
Binary 1000001 11001110 11011110 1000111 111 0 1101 10111010 1000110 111000

Color Harmonies of #41CEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CEDE

Black with #41CEDE

Text Example


Text Example

White with #41CEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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