Html Css Color HEX #41DDEE Turquoise

📋 copy color: '#41DDEE'

red 65 ◦ green 221 ◦ blue 238

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

Shades of Turquoise #41DDEE

Tints of Turquoise #41DDEE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.18%

 BLUE value IS 238 (93.36% from 255) = 45.42%

R = 12.4%
G = 42.18%
B = 45.42%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#41DDEE (or 0x41DDEE) is known color: Turquoise. HEX triplet: 41, DD and EE. RGB value is (65,221,238). Sum of RGB (Red+Green+Blue) = 65+221+238=524 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.40% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #41DDEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DDEE is #BE2211. Grayscale: #B0B0B0. Windows color (decimal): -12460562 or 15654209. OLE color: 15654209.

HSL color Cylindrical-coordinate representation of color #41DDEE: hue angle of 185.9º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41DDEE is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 65 221 238 -
CMYK 0.73 0.07 0 0.07
HSL 185.9º 0.84% 0.59% -
HSV(B) 185.9º 0.73% 0.93% -
XYZ 43.47 59.01 89.99 -
YUV 176.29 162.82 48.62 -
System Red Green Blue C M Y K H S L
Decimal 65 221 238 0.73 0.07 0 0.07 185.9 0.84 0.59
Hex 41 DD EE 49 7 0 7 BA 54 3B
Octal 101 335 356 111 7 0 7 272 124 73
Binary 1000001 11011101 11101110 1001001 111 0 111 10111010 1010100 111011

Color Harmonies of #41DDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DDEE

Black with #41DDEE

Text Example


Text Example

White with #41DDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,221,238); }

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

background-color css

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

 a { background-color: rgb(65,221,238); }

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

border-color css

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

 span { border-color: rgb(65,221,238); }

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