Html Css Color HEX #41EEFA Turquoise

📋 copy color: '#41EEFA'

red 65 ◦ green 238 ◦ blue 250

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

Shades of Turquoise #41EEFA

Tints of Turquoise #41EEFA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.04%

 BLUE value IS 250 (98.05% from 255) = 45.21%

R = 11.75%
G = 43.04%
B = 45.21%

CMYK

 C value IS 0.74

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#41EEFA (or 0x41EEFA) is known color: Turquoise. HEX triplet: 41, EE and FA. RGB value is (65,238,250). Sum of RGB (Red+Green+Blue) = 65+238+250=553 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.75% from 553); Green value is 238 (93.36% from 255 or 43.04% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #41EEFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41EEFA is #BE1105. Grayscale: #BBBBBB. Windows color (decimal): -12456198 or 16444993. OLE color: 16444993.

HSL color Cylindrical-coordinate representation of color #41EEFA: hue angle of 183.89º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41EEFA is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 238 250 -
CMYK 0.74 0.05 0 0.02
HSL 183.89º 0.95% 0.62% -
HSV(B) 183.89º 0.74% 0.98% -
XYZ 50.01 69.18 101.16 -
YUV 187.64 163.19 40.52 -
System Red Green Blue C M Y K H S L
Decimal 65 238 250 0.74 0.05 0 0.02 183.89 0.95 0.62
Hex 41 EE FA 4A 5 0 2 B8 5F 3E
Octal 101 356 372 112 5 0 2 270 137 76
Binary 1000001 11101110 11111010 1001010 101 0 10 10111000 1011111 111110

Color Harmonies of #41EEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EEFA

Black with #41EEFA

Text Example


Text Example

White with #41EEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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