Html Css Color HEX #41DFDA Turquoise

📋 copy color: '#41DFDA'

red 65 ◦ green 223 ◦ blue 218

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

Shades of Turquoise #41DFDA

Tints of Turquoise #41DFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.08%

R = 12.85%
G = 44.07%
B = 43.08%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#41DFDA (or 0x41DFDA) is known color: Turquoise. HEX triplet: 41, DF and DA. RGB value is (65,223,218). Sum of RGB (Red+Green+Blue) = 65+223+218=506 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.85% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #41DFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DFDA is #BE2025. Grayscale: #AFAFAF. Windows color (decimal): -12460070 or 14344001. OLE color: 14344001.

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

Color convert

RGB 65 223 218 -
CMYK 0.71 0 0.02 0.13
HSL 178.1º 0.71% 0.56% -
HSV(B) 178.1º 0.71% 0.87% -
XYZ 41.22 58.96 75.54 -
YUV 175.19 152.15 49.41 -
System Red Green Blue C M Y K H S L
Decimal 65 223 218 0.71 0 0.02 0.13 178.1 0.71 0.56
Hex 41 DF DA 47 0 2 D B2 47 38
Octal 101 337 332 107 0 2 15 262 107 70
Binary 1000001 11011111 11011010 1000111 0 10 1101 10110010 1000111 111000

Color Harmonies of #41DFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DFDA

Black with #41DFDA

Text Example


Text Example

White with #41DFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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