Html Css Color HEX #41DFC3 Turquoise

📋 copy color: '#41DFC3'

red 65 ◦ green 223 ◦ blue 195

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

Shades of Turquoise #41DFC3

Tints of Turquoise #41DFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.37%

R = 13.46%
G = 46.17%
B = 40.37%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#41DFC3 (or 0x41DFC3) is known color: Turquoise. HEX triplet: 41, DF and C3. RGB value is (65,223,195). Sum of RGB (Red+Green+Blue) = 65+223+195=483 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.46% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 195 (76.56% from 255 or 40.37% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #41DFC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DFC3 is #BE203C. Grayscale: #ACACAC. Windows color (decimal): -12460093 or 12836673. OLE color: 12836673.

HSL color Cylindrical-coordinate representation of color #41DFC3: hue angle of 169.37º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41DFC3 is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 223 195 -
CMYK 0.71 0 0.13 0.13
HSL 169.37º 0.71% 0.56% -
HSV(B) 169.37º 0.71% 0.87% -
XYZ 38.42 57.84 60.77 -
YUV 172.57 140.65 51.28 -
System Red Green Blue C M Y K H S L
Decimal 65 223 195 0.71 0 0.13 0.13 169.37 0.71 0.56
Hex 41 DF C3 47 0 D D A9 47 38
Octal 101 337 303 107 0 15 15 251 107 70
Binary 1000001 11011111 11000011 1000111 0 1101 1101 10101001 1000111 111000

Color Harmonies of #41DFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DFC3

Black with #41DFC3

Text Example


Text Example

White with #41DFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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