Html Css Color HEX #41FACA Turquoise

📋 copy color: '#41FACA'

red 65 ◦ green 250 ◦ blue 202

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

Shades of Turquoise #41FACA

Tints of Turquoise #41FACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.07%

R = 12.57%
G = 48.36%
B = 39.07%

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

#41FACA (or 0x41FACA) is known color: Turquoise. HEX triplet: 41, FA and CA. RGB value is (65,250,202). Sum of RGB (Red+Green+Blue) = 65+250+202=517 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.57% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 250 - color contains mainly: green. Hex color #41FACA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FACA is #BE0535. Grayscale: #BDBDBD. Windows color (decimal): -12453174 or 13302337. OLE color: 13302337.

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

Color convert

RGB 65 250 202 -
CMYK 0.74 0 0.19 0.02
HSL 164.43º 0.95% 0.62% -
HSV(B) 164.43º 0.74% 0.98% -
XYZ 47.03 73.76 67.64 -
YUV 189.21 135.21 39.4 -
System Red Green Blue C M Y K H S L
Decimal 65 250 202 0.74 0 0.19 0.02 164.43 0.95 0.62
Hex 41 FA CA 4A 0 13 2 A4 5F 3E
Octal 101 372 312 112 0 23 2 244 137 76
Binary 1000001 11111010 11001010 1001010 0 10011 10 10100100 1011111 111110

Color Harmonies of #41FACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FACA

Black with #41FACA

Text Example


Text Example

White with #41FACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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