Html Css Color HEX #41FACB Turquoise

📋 copy color: '#41FACB'

red 65 ◦ green 250 ◦ blue 203

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

Shades of Turquoise #41FACB

Tints of Turquoise #41FACB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.26%

 BLUE value IS 203 (79.69% from 255) = 39.19%

R = 12.55%
G = 48.26%
B = 39.19%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#41FACB (or 0x41FACB) is known color: Turquoise. HEX triplet: 41, FA and CB. RGB value is (65,250,203). Sum of RGB (Red+Green+Blue) = 65+250+203=518 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.55% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #41FACB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FACB is #BE0534. Grayscale: #BDBDBD. Windows color (decimal): -12453173 or 13367873. OLE color: 13367873.

HSL color Cylindrical-coordinate representation of color #41FACB: hue angle of 164.76º 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 #41FACB is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 250 203 -
CMYK 0.74 0 0.19 0.02
HSL 164.76º 0.95% 0.62% -
HSV(B) 164.76º 0.74% 0.98% -
XYZ 47.15 73.81 68.26 -
YUV 189.33 135.71 39.32 -
System Red Green Blue C M Y K H S L
Decimal 65 250 203 0.74 0 0.19 0.02 164.76 0.95 0.62
Hex 41 FA CB 4A 0 13 2 A5 5F 3E
Octal 101 372 313 112 0 23 2 245 137 76
Binary 1000001 11111010 11001011 1001010 0 10011 10 10100101 1011111 111110

Color Harmonies of #41FACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FACB

Black with #41FACB

Text Example


Text Example

White with #41FACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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