Html Css Color HEX #41DFD4 Turquoise

📋 copy color: '#41DFD4'

red 65 ◦ green 223 ◦ blue 212

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

Shades of Turquoise #41DFD4

Tints of Turquoise #41DFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 42.4%

R = 13%
G = 44.6%
B = 42.4%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#41DFD4 (or 0x41DFD4) is known color: Turquoise. HEX triplet: 41, DF and D4. RGB value is (65,223,212). Sum of RGB (Red+Green+Blue) = 65+223+212=500 (66% of max value = 765). Red value is 65 (25.78% from 255 or 13% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 212 (83.20% from 255 or 42.4% from 500); Max value from RGB is 223 - color contains mainly: green. Hex color #41DFD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DFD4 is #BE202B. Grayscale: #AEAEAE. Windows color (decimal): -12460076 or 13950785. OLE color: 13950785.

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

Color convert

RGB 65 223 212 -
CMYK 0.71 0 0.05 0.13
HSL 175.82º 0.71% 0.56% -
HSV(B) 175.82º 0.71% 0.87% -
XYZ 40.45 58.65 71.48 -
YUV 174.5 149.15 49.89 -
System Red Green Blue C M Y K H S L
Decimal 65 223 212 0.71 0 0.05 0.13 175.82 0.71 0.56
Hex 41 DF D4 47 0 5 D B0 47 38
Octal 101 337 324 107 0 5 15 260 107 70
Binary 1000001 11011111 11010100 1000111 0 101 1101 10110000 1000111 111000

Color Harmonies of #41DFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DFD4

Black with #41DFD4

Text Example


Text Example

White with #41DFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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