Html Css Color HEX #41E7D2 Turquoise

📋 copy color: '#41E7D2'

red 65 ◦ green 231 ◦ blue 210

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

Shades of Turquoise #41E7D2

Tints of Turquoise #41E7D2

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.65%

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

R = 12.85%
G = 45.65%
B = 41.5%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#41E7D2 (or 0x41E7D2) is known color: Turquoise. HEX triplet: 41, E7 and D2. RGB value is (65,231,210). Sum of RGB (Red+Green+Blue) = 65+231+210=506 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.85% from 506); Green value is 231 (90.62% from 255 or 45.65% from 506); Blue value is 210 (82.42% from 255 or 41.50% from 506); Max value from RGB is 231 - color contains mainly: green. Hex color #41E7D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41E7D2 is #BE182D. Grayscale: #B2B2B2. Windows color (decimal): -12458030 or 13821761. OLE color: 13821761.

HSL color Cylindrical-coordinate representation of color #41E7D2: hue angle of 172.41º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41E7D2 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB 65 231 210 -
CMYK 0.72 0 0.09 0.09
HSL 172.41º 0.78% 0.58% -
HSV(B) 172.41º 0.72% 0.91% -
XYZ 42.39 62.93 70.89 -
YUV 178.97 145.5 46.71 -
System Red Green Blue C M Y K H S L
Decimal 65 231 210 0.72 0 0.09 0.09 172.41 0.78 0.58
Hex 41 E7 D2 48 0 9 9 AC 4E 3A
Octal 101 347 322 110 0 11 11 254 116 72
Binary 1000001 11100111 11010010 1001000 0 1001 1001 10101100 1001110 111010

Color Harmonies of #41E7D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E7D2

Black with #41E7D2

Text Example


Text Example

White with #41E7D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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