Html Css Color HEX #41DEEF Turquoise

📋 copy color: '#41DEEF'

red 65 ◦ green 222 ◦ blue 239

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

Shades of Turquoise #41DEEF

Tints of Turquoise #41DEEF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.21%

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

R = 12.36%
G = 42.21%
B = 45.44%

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

#41DEEF (or 0x41DEEF) is known color: Turquoise. HEX triplet: 41, DE and EF. RGB value is (65,222,239). Sum of RGB (Red+Green+Blue) = 65+222+239=526 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.36% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #41DEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DEEF is #BE2110. Grayscale: #B0B0B0. Windows color (decimal): -12460305 or 15720001. OLE color: 15720001.

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

Color convert

RGB 65 222 239 -
CMYK 0.73 0.07 0 0.06
HSL 185.86º 0.84% 0.6% -
HSV(B) 185.86º 0.73% 0.94% -
XYZ 43.88 59.6 90.85 -
YUV 177 162.99 48.12 -
System Red Green Blue C M Y K H S L
Decimal 65 222 239 0.73 0.07 0 0.06 185.86 0.84 0.6
Hex 41 DE EF 49 7 0 6 BA 54 3C
Octal 101 336 357 111 7 0 6 272 124 74
Binary 1000001 11011110 11101111 1001001 111 0 110 10111010 1010100 111100

Color Harmonies of #41DEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DEEF

Black with #41DEEF

Text Example


Text Example

White with #41DEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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