Html Css Color HEX #41D2EF Medium Turquoise

📋 copy color: '#41D2EF'

red 65 ◦ green 210 ◦ blue 239

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

Shades of Medium Turquoise #41D2EF

Tints of Medium Turquoise #41D2EF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.86%

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

R = 12.65%
G = 40.86%
B = 46.5%

CMYK

 C value IS 0.73

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#41D2EF (or 0x41D2EF) is known color: Medium Turquoise. HEX triplet: 41, D2 and EF. RGB value is (65,210,239). Sum of RGB (Red+Green+Blue) = 65+210+239=514 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.65% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #41D2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41D2EF is #BE2D10. Grayscale: #A9A9A9. Windows color (decimal): -12463377 or 15716929. OLE color: 15716929.

HSL color Cylindrical-coordinate representation of color #41D2EF: hue angle of 190º 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 #41D2EF is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 65 210 239 -
CMYK 0.73 0.12 0 0.06
HSL 190º 0.84% 0.6% -
HSV(B) 190º 0.73% 0.94% -
XYZ 40.81 53.45 89.83 -
YUV 169.95 166.96 53.14 -
System Red Green Blue C M Y K H S L
Decimal 65 210 239 0.73 0.12 0 0.06 190 0.84 0.6
Hex 41 D2 EF 49 C 0 6 BE 54 3C
Octal 101 322 357 111 14 0 6 276 124 74
Binary 1000001 11010010 11101111 1001001 1100 0 110 10111110 1010100 111100

Color Harmonies of #41D2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D2EF

Black with #41D2EF

Text Example


Text Example

White with #41D2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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