Html Css Color HEX #41DEE6 Turquoise

📋 copy color: '#41DEE6'

red 65 ◦ green 222 ◦ blue 230

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

Shades of Turquoise #41DEE6

Tints of Turquoise #41DEE6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.94%

 BLUE value IS 230 (90.23% from 255) = 44.49%

R = 12.57%
G = 42.94%
B = 44.49%

CMYK

 C value IS 0.72

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#41DEE6 (or 0x41DEE6) is known color: Turquoise. HEX triplet: 41, DE and E6. RGB value is (65,222,230). Sum of RGB (Red+Green+Blue) = 65+222+230=517 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.57% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 230 (90.23% from 255 or 44.49% from 517); Max value from RGB is 230 - color contains mainly: blue. Hex color #41DEE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DEE6 is #BE2119. Grayscale: #AFAFAF. Windows color (decimal): -12460314 or 15130177. OLE color: 15130177.

HSL color Cylindrical-coordinate representation of color #41DEE6: hue angle of 182.91º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41DEE6 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 65 222 230 -
CMYK 0.72 0.03 0 0.10
HSL 182.91º 0.77% 0.58% -
HSV(B) 182.91º 0.72% 0.9% -
XYZ 42.58 59.08 84.02 -
YUV 175.97 158.49 48.85 -
System Red Green Blue C M Y K H S L
Decimal 65 222 230 0.72 0.03 0 0.10 182.91 0.77 0.58
Hex 41 DE E6 48 3 0 A B7 4D 3A
Octal 101 336 346 110 3 0 12 267 115 72
Binary 1000001 11011110 11100110 1001000 11 0 1010 10110111 1001101 111010

Color Harmonies of #41DEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DEE6

Black with #41DEE6

Text Example


Text Example

White with #41DEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,222,230); }

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

background-color css

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

 a { background-color: rgb(65,222,230); }

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

border-color css

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

 span { border-color: rgb(65,222,230); }

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