Html Css Color HEX #41DDF9 Turquoise

📋 copy color: '#41DDF9'

red 65 ◦ green 221 ◦ blue 249

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

Shades of Turquoise #41DDF9

Tints of Turquoise #41DDF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 46.54%

R = 12.15%
G = 41.31%
B = 46.54%

CMYK

 C value IS 0.74

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#41DDF9 (or 0x41DDF9) is known color: Turquoise. HEX triplet: 41, DD and F9. RGB value is (65,221,249). Sum of RGB (Red+Green+Blue) = 65+221+249=535 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.15% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 249 (97.66% from 255 or 46.54% from 535); Max value from RGB is 249 - color contains mainly: blue. Hex color #41DDF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DDF9 is #BE2206. Grayscale: #B1B1B1. Windows color (decimal): -12460551 or 16375105. OLE color: 16375105.

HSL color Cylindrical-coordinate representation of color #41DDF9: hue angle of 189.13º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41DDF9 is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 221 249 -
CMYK 0.74 0.11 0 0.02
HSL 189.13º 0.94% 0.62% -
HSV(B) 189.13º 0.74% 0.98% -
XYZ 45.14 59.68 98.76 -
YUV 177.55 168.32 47.72 -
System Red Green Blue C M Y K H S L
Decimal 65 221 249 0.74 0.11 0 0.02 189.13 0.94 0.62
Hex 41 DD F9 4A B 0 2 BD 5E 3E
Octal 101 335 371 112 13 0 2 275 136 76
Binary 1000001 11011101 11111001 1001010 1011 0 10 10111101 1011110 111110

Color Harmonies of #41DDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DDF9

Black with #41DDF9

Text Example


Text Example

White with #41DDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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