Html Css Color HEX #41EFD2 Turquoise

📋 copy color: '#41EFD2'

red 65 ◦ green 239 ◦ blue 210

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

Shades of Turquoise #41EFD2

Tints of Turquoise #41EFD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.86%

R = 12.65%
G = 46.5%
B = 40.86%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#41EFD2 (or 0x41EFD2) is known color: Turquoise. HEX triplet: 41, EF and D2. RGB value is (65,239,210). Sum of RGB (Red+Green+Blue) = 65+239+210=514 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.65% from 514); Green value is 239 (93.75% from 255 or 46.50% from 514); Blue value is 210 (82.42% from 255 or 40.86% from 514); Max value from RGB is 239 - color contains mainly: green. Hex color #41EFD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41EFD2 is #BE102D. Grayscale: #B7B7B7. Windows color (decimal): -12455982 or 13823809. OLE color: 13823809.

HSL color Cylindrical-coordinate representation of color #41EFD2: hue angle of 170º 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 #41EFD2 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 65 239 210 -
CMYK 0.73 0 0.12 0.06
HSL 170º 0.84% 0.6% -
HSV(B) 170º 0.73% 0.94% -
XYZ 44.68 67.51 71.65 -
YUV 183.67 142.85 43.36 -
System Red Green Blue C M Y K H S L
Decimal 65 239 210 0.73 0 0.12 0.06 170 0.84 0.6
Hex 41 EF D2 49 0 C 6 AA 54 3C
Octal 101 357 322 111 0 14 6 252 124 74
Binary 1000001 11101111 11010010 1001001 0 1100 110 10101010 1010100 111100

Color Harmonies of #41EFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EFD2

Black with #41EFD2

Text Example


Text Example

White with #41EFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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