Html Css Color HEX #41D4EF Medium Turquoise

📋 copy color: '#41D4EF'

red 65 ◦ green 212 ◦ blue 239

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

Shades of Medium Turquoise #41D4EF

Tints of Medium Turquoise #41D4EF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.09%

 BLUE value IS 239 (93.75% from 255) = 46.32%

R = 12.6%
G = 41.09%
B = 46.32%

CMYK

 C value IS 0.73

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#41D4EF (or 0x41D4EF) is known color: Medium Turquoise. HEX triplet: 41, D4 and EF. RGB value is (65,212,239). Sum of RGB (Red+Green+Blue) = 65+212+239=516 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.60% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #41D4EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41D4EF is #BE2B10. Grayscale: #AAAAAA. Windows color (decimal): -12462865 or 15717441. OLE color: 15717441.

HSL color Cylindrical-coordinate representation of color #41D4EF: hue angle of 189.31º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41D4EF is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 65 212 239 -
CMYK 0.73 0.11 0 0.06
HSL 189.31º 0.84% 0.6% -
HSV(B) 189.31º 0.73% 0.94% -
XYZ 41.3 54.44 89.99 -
YUV 171.13 166.3 52.3 -
System Red Green Blue C M Y K H S L
Decimal 65 212 239 0.73 0.11 0 0.06 189.31 0.84 0.6
Hex 41 D4 EF 49 B 0 6 BD 54 3C
Octal 101 324 357 111 13 0 6 275 124 74
Binary 1000001 11010100 11101111 1001001 1011 0 110 10111101 1010100 111100

Color Harmonies of #41D4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D4EF

Black with #41D4EF

Text Example


Text Example

White with #41D4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,212,239); }

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

background-color css

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

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

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

border-color css

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

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

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