Html Css Color HEX #41DFC1 Turquoise

📋 copy color: '#41DFC1'

red 65 ◦ green 223 ◦ blue 193

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

Shades of Turquoise #41DFC1

Tints of Turquoise #41DFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.12%

R = 13.51%
G = 46.36%
B = 40.12%

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

#41DFC1 (or 0x41DFC1) is known color: Turquoise. HEX triplet: 41, DF and C1. RGB value is (65,223,193). Sum of RGB (Red+Green+Blue) = 65+223+193=481 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.51% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 223 - color contains mainly: green. Hex color #41DFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DFC1 is #BE203E. Grayscale: #ACACAC. Windows color (decimal): -12460095 or 12705601. OLE color: 12705601.

HSL color Cylindrical-coordinate representation of color #41DFC1: hue angle of 168.61º 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 #41DFC1 is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 223 193 -
CMYK 0.71 0 0.13 0.13
HSL 168.61º 0.71% 0.56% -
HSV(B) 168.61º 0.71% 0.87% -
XYZ 38.19 57.75 59.59 -
YUV 172.34 139.65 51.44 -
System Red Green Blue C M Y K H S L
Decimal 65 223 193 0.71 0 0.13 0.13 168.61 0.71 0.56
Hex 41 DF C1 47 0 D D A9 47 38
Octal 101 337 301 107 0 15 15 251 107 70
Binary 1000001 11011111 11000001 1000111 0 1101 1101 10101001 1000111 111000

Color Harmonies of #41DFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DFC1

Black with #41DFC1

Text Example


Text Example

White with #41DFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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