Html Css Color HEX #41DFB7 Turquoise

📋 copy color: '#41DFB7'

red 65 ◦ green 223 ◦ blue 183

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

Shades of Turquoise #41DFB7

Tints of Turquoise #41DFB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.85%

R = 13.8%
G = 47.35%
B = 38.85%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#41DFB7 (or 0x41DFB7) is known color: Turquoise. HEX triplet: 41, DF and B7. RGB value is (65,223,183). Sum of RGB (Red+Green+Blue) = 65+223+183=471 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.80% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #41DFB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DFB7 is #BE2048. Grayscale: #ABABAB. Windows color (decimal): -12460105 or 12050241. OLE color: 12050241.

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

Color convert

RGB 65 223 183 -
CMYK 0.71 0 0.18 0.13
HSL 164.81º 0.71% 0.56% -
HSV(B) 164.81º 0.71% 0.87% -
XYZ 37.11 57.32 53.91 -
YUV 171.2 134.65 52.25 -
System Red Green Blue C M Y K H S L
Decimal 65 223 183 0.71 0 0.18 0.13 164.81 0.71 0.56
Hex 41 DF B7 47 0 12 D A5 47 38
Octal 101 337 267 107 0 22 15 245 107 70
Binary 1000001 11011111 10110111 1000111 0 10010 1101 10100101 1000111 111000

Color Harmonies of #41DFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DFB7

Black with #41DFB7

Text Example


Text Example

White with #41DFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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