Html Css Color HEX #41EFEE Turquoise

📋 copy color: '#41EFEE'

red 65 ◦ green 239 ◦ blue 238

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

Shades of Turquoise #41EFEE

Tints of Turquoise #41EFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.91%

R = 11.99%
G = 44.1%
B = 43.91%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#41EFEE (or 0x41EFEE) is known color: Turquoise. HEX triplet: 41, EF and EE. RGB value is (65,239,238). Sum of RGB (Red+Green+Blue) = 65+239+238=542 (71% of max value = 765). Red value is 65 (25.78% from 255 or 11.99% from 542); Green value is 239 (93.75% from 255 or 44.10% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 239 - color contains mainly: green. Hex color #41EFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41EFEE is #BE1011. Grayscale: #BABABA. Windows color (decimal): -12455954 or 15658817. OLE color: 15658817.

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

Color convert

RGB 65 239 238 -
CMYK 0.73 0 0.00 0.06
HSL 179.66º 0.84% 0.6% -
HSV(B) 179.66º 0.73% 0.94% -
XYZ 48.48 69.03 91.66 -
YUV 186.86 156.85 41.08 -
System Red Green Blue C M Y K H S L
Decimal 65 239 238 0.73 0 0.00 0.06 179.66 0.84 0.6
Hex 41 EF EE 49 0 0 6 B4 54 3C
Octal 101 357 356 111 0 0 6 264 124 74
Binary 1000001 11101111 11101110 1001001 0 0 110 10110100 1010100 111100

Color Harmonies of #41EFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EFEE

Black with #41EFEE

Text Example


Text Example

White with #41EFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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