Html Css Color HEX #41FCDF Turquoise

📋 copy color: '#41FCDF'

red 65 ◦ green 252 ◦ blue 223

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

Shades of Turquoise #41FCDF

Tints of Turquoise #41FCDF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.67%

 BLUE value IS 223 (87.5% from 255) = 41.3%

R = 12.04%
G = 46.67%
B = 41.3%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#41FCDF (or 0x41FCDF) is known color: Turquoise. HEX triplet: 41, FC and DF. RGB value is (65,252,223). Sum of RGB (Red+Green+Blue) = 65+252+223=540 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.04% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #41FCDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FCDF is #BE0320. Grayscale: #C0C0C0. Windows color (decimal): -12452641 or 14679105. OLE color: 14679105.

HSL color Cylindrical-coordinate representation of color #41FCDF: hue angle of 170.7º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41FCDF is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 65 252 223 -
CMYK 0.74 0 0.12 0.01
HSL 170.7º 0.97% 0.62% -
HSV(B) 170.7º 0.74% 0.99% -
XYZ 50.31 76.07 81.84 -
YUV 192.78 145.05 36.86 -
System Red Green Blue C M Y K H S L
Decimal 65 252 223 0.74 0 0.12 0.01 170.7 0.97 0.62
Hex 41 FC DF 4A 0 C 1 AB 61 3E
Octal 101 374 337 112 0 14 1 253 141 76
Binary 1000001 11111100 11011111 1001010 0 1100 1 10101011 1100001 111110

Color Harmonies of #41FCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FCDF

Black with #41FCDF

Text Example


Text Example

White with #41FCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,252,223); }

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

background-color css

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

 a { background-color: rgb(65,252,223); }

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

border-color css

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

 span { border-color: rgb(65,252,223); }

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