Html Css Color HEX #41DFEF Turquoise

📋 copy color: '#41DFEF'

red 65 ◦ green 223 ◦ blue 239

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

Shades of Turquoise #41DFEF

Tints of Turquoise #41DFEF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.31%

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

R = 12.33%
G = 42.31%
B = 45.35%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#41DFEF (or 0x41DFEF) is known color: Turquoise. HEX triplet: 41, DF and EF. RGB value is (65,223,239). Sum of RGB (Red+Green+Blue) = 65+223+239=527 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.33% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #41DFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DFEF is #BE2010. Grayscale: #B1B1B1. Windows color (decimal): -12460049 or 15720257. OLE color: 15720257.

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

Color convert

RGB 65 223 239 -
CMYK 0.73 0.07 0 0.06
HSL 185.52º 0.84% 0.6% -
HSV(B) 185.52º 0.73% 0.94% -
XYZ 44.15 60.13 90.94 -
YUV 177.58 162.65 47.7 -
System Red Green Blue C M Y K H S L
Decimal 65 223 239 0.73 0.07 0 0.06 185.52 0.84 0.6
Hex 41 DF EF 49 7 0 6 BA 54 3C
Octal 101 337 357 111 7 0 6 272 124 74
Binary 1000001 11011111 11101111 1001001 111 0 110 10111010 1010100 111100

Color Harmonies of #41DFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DFEF

Black with #41DFEF

Text Example


Text Example

White with #41DFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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