Html Css Color HEX #41DFF9 Turquoise

📋 copy color: '#41DFF9'

red 65 ◦ green 223 ◦ blue 249

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

Shades of Turquoise #41DFF9

Tints of Turquoise #41DFF9

RGB

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

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

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

R = 12.1%
G = 41.53%
B = 46.37%

CMYK

 C value IS 0.74

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#41DFF9 (or 0x41DFF9) is known color: Turquoise. HEX triplet: 41, DF and F9. RGB value is (65,223,249). Sum of RGB (Red+Green+Blue) = 65+223+249=537 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.10% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 249 (97.66% from 255 or 46.37% from 537); Max value from RGB is 249 - color contains mainly: blue. Hex color #41DFF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DFF9 is #BE2006. Grayscale: #B2B2B2. Windows color (decimal): -12460039 or 16375617. OLE color: 16375617.

HSL color Cylindrical-coordinate representation of color #41DFF9: hue angle of 188.48º 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 #41DFF9 is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 223 249 -
CMYK 0.74 0.10 0 0.02
HSL 188.48º 0.94% 0.62% -
HSV(B) 188.48º 0.74% 0.98% -
XYZ 45.67 60.74 98.94 -
YUV 178.72 167.65 46.89 -
System Red Green Blue C M Y K H S L
Decimal 65 223 249 0.74 0.10 0 0.02 188.48 0.94 0.62
Hex 41 DF F9 4A A 0 2 BC 5E 3E
Octal 101 337 371 112 12 0 2 274 136 76
Binary 1000001 11011111 11111001 1001010 1010 0 10 10111100 1011110 111110

Color Harmonies of #41DFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DFF9

Black with #41DFF9

Text Example


Text Example

White with #41DFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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