Html Css Color HEX #41DDED Turquoise

📋 copy color: '#41DDED'

red 65 ◦ green 221 ◦ blue 237

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

Shades of Turquoise #41DDED

Tints of Turquoise #41DDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.32%

R = 12.43%
G = 42.26%
B = 45.32%

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

#41DDED (or 0x41DDED) is known color: Turquoise. HEX triplet: 41, DD and ED. RGB value is (65,221,237). Sum of RGB (Red+Green+Blue) = 65+221+237=523 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.43% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #41DDED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DDED is #BE2212. Grayscale: #AFAFAF. Windows color (decimal): -12460563 or 15588673. OLE color: 15588673.

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

Color convert

RGB 65 221 237 -
CMYK 0.73 0.07 0 0.07
HSL 185.58º 0.83% 0.59% -
HSV(B) 185.58º 0.73% 0.93% -
XYZ 43.32 58.95 89.22 -
YUV 176.18 162.32 48.7 -
System Red Green Blue C M Y K H S L
Decimal 65 221 237 0.73 0.07 0 0.07 185.58 0.83 0.59
Hex 41 DD ED 49 7 0 7 BA 53 3B
Octal 101 335 355 111 7 0 7 272 123 73
Binary 1000001 11011101 11101101 1001001 111 0 111 10111010 1010011 111011

Color Harmonies of #41DDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DDED

Black with #41DDED

Text Example


Text Example

White with #41DDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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