Html Css Color HEX #41CEDD Medium Turquoise

📋 copy color: '#41CEDD'

red 65 ◦ green 206 ◦ blue 221

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

Shades of Medium Turquoise #41CEDD

Tints of Medium Turquoise #41CEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.92%

R = 13.21%
G = 41.87%
B = 44.92%

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

#41CEDD (or 0x41CEDD) is known color: Medium Turquoise. HEX triplet: 41, CE and DD. RGB value is (65,206,221). Sum of RGB (Red+Green+Blue) = 65+206+221=492 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.21% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #41CEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CEDD is #BE3122. Grayscale: #A5A5A5. Windows color (decimal): -12464419 or 14536257. OLE color: 14536257.

HSL color Cylindrical-coordinate representation of color #41CEDD: hue angle of 185.77º 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 #41CEDD is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 206 221 -
CMYK 0.71 0.07 0 0.13
HSL 185.77º 0.7% 0.56% -
HSV(B) 185.77º 0.71% 0.87% -
XYZ 37.3 50.49 76.19 -
YUV 165.55 159.29 56.28 -
System Red Green Blue C M Y K H S L
Decimal 65 206 221 0.71 0.07 0 0.13 185.77 0.7 0.56
Hex 41 CE DD 47 7 0 D BA 46 38
Octal 101 316 335 107 7 0 15 272 106 70
Binary 1000001 11001110 11011101 1000111 111 0 1101 10111010 1000110 111000

Color Harmonies of #41CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CEDD

Black with #41CEDD

Text Example


Text Example

White with #41CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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