Html Css Color HEX #41CEDF Medium Turquoise

📋 copy color: '#41CEDF'

red 65 ◦ green 206 ◦ blue 223

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

Shades of Medium Turquoise #41CEDF

Tints of Medium Turquoise #41CEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.14%

R = 13.16%
G = 41.7%
B = 45.14%

CMYK

 C value IS 0.71

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#41CEDF (or 0x41CEDF) is known color: Medium Turquoise. HEX triplet: 41, CE and DF. RGB value is (65,206,223). Sum of RGB (Red+Green+Blue) = 65+206+223=494 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.16% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #41CEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CEDF is #BE3120. Grayscale: #A5A5A5. Windows color (decimal): -12464417 or 14667329. OLE color: 14667329.

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

Color convert

RGB 65 206 223 -
CMYK 0.71 0.08 0 0.13
HSL 186.46º 0.71% 0.56% -
HSV(B) 186.46º 0.71% 0.87% -
XYZ 37.57 50.59 77.6 -
YUV 165.78 160.29 56.12 -
System Red Green Blue C M Y K H S L
Decimal 65 206 223 0.71 0.08 0 0.13 186.46 0.71 0.56
Hex 41 CE DF 47 8 0 D BA 47 38
Octal 101 316 337 107 10 0 15 272 107 70
Binary 1000001 11001110 11011111 1000111 1000 0 1101 10111010 1000111 111000

Color Harmonies of #41CEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CEDF

Black with #41CEDF

Text Example


Text Example

White with #41CEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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