Html Css Color HEX #41F3ED Turquoise

📋 copy color: '#41F3ED'

red 65 ◦ green 243 ◦ blue 237

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

Shades of Turquoise #41F3ED

Tints of Turquoise #41F3ED

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.59%

 BLUE value IS 237 (92.97% from 255) = 43.49%

R = 11.93%
G = 44.59%
B = 43.49%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#41F3ED (or 0x41F3ED) is known color: Turquoise. HEX triplet: 41, F3 and ED. RGB value is (65,243,237). Sum of RGB (Red+Green+Blue) = 65+243+237=545 (72% of max value = 765). Red value is 65 (25.78% from 255 or 11.93% from 545); Green value is 243 (95.31% from 255 or 44.59% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 243 - color contains mainly: green. Hex color #41F3ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41F3ED is #BE0C12. Grayscale: #BCBCBC. Windows color (decimal): -12454931 or 15594305. OLE color: 15594305.

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

Color convert

RGB 65 243 237 -
CMYK 0.73 0 0.02 0.05
HSL 177.98º 0.88% 0.6% -
HSV(B) 177.98º 0.73% 0.95% -
XYZ 49.52 71.34 91.28 -
YUV 189.09 155.03 39.49 -
System Red Green Blue C M Y K H S L
Decimal 65 243 237 0.73 0 0.02 0.05 177.98 0.88 0.6
Hex 41 F3 ED 49 0 2 5 B2 58 3C
Octal 101 363 355 111 0 2 5 262 130 74
Binary 1000001 11110011 11101101 1001001 0 10 101 10110010 1011000 111100

Color Harmonies of #41F3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41F3ED

Black with #41F3ED

Text Example


Text Example

White with #41F3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,243,237); }

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

background-color css

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

 a { background-color: rgb(65,243,237); }

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

border-color css

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

 span { border-color: rgb(65,243,237); }

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