Html Css Color HEX #41EFD5 Turquoise

📋 copy color: '#41EFD5'

red 65 ◦ green 239 ◦ blue 213

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

Shades of Turquoise #41EFD5

Tints of Turquoise #41EFD5

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.23%

 BLUE value IS 213 (83.59% from 255) = 41.2%

R = 12.57%
G = 46.23%
B = 41.2%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#41EFD5 (or 0x41EFD5) is known color: Turquoise. HEX triplet: 41, EF and D5. RGB value is (65,239,213). Sum of RGB (Red+Green+Blue) = 65+239+213=517 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.57% from 517); Green value is 239 (93.75% from 255 or 46.23% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 239 - color contains mainly: green. Hex color #41EFD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EFD5 is #BE102A. Grayscale: #B7B7B7. Windows color (decimal): -12455979 or 14020417. OLE color: 14020417.

HSL color Cylindrical-coordinate representation of color #41EFD5: hue angle of 171.03º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41EFD5 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 65 239 213 -
CMYK 0.73 0 0.11 0.06
HSL 171.03º 0.84% 0.6% -
HSV(B) 171.03º 0.73% 0.94% -
XYZ 45.06 67.66 73.64 -
YUV 184.01 144.35 43.11 -
System Red Green Blue C M Y K H S L
Decimal 65 239 213 0.73 0 0.11 0.06 171.03 0.84 0.6
Hex 41 EF D5 49 0 B 6 AB 54 3C
Octal 101 357 325 111 0 13 6 253 124 74
Binary 1000001 11101111 11010101 1001001 0 1011 110 10101011 1010100 111100

Color Harmonies of #41EFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EFD5

Black with #41EFD5

Text Example


Text Example

White with #41EFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,239,213); }

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

background-color css

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

 a { background-color: rgb(65,239,213); }

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

border-color css

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

 span { border-color: rgb(65,239,213); }

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