Html Css Color HEX #41FCD2 Turquoise

📋 copy color: '#41FCD2'

red 65 ◦ green 252 ◦ blue 210

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

Shades of Turquoise #41FCD2

Tints of Turquoise #41FCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 39.85%

R = 12.33%
G = 47.82%
B = 39.85%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#41FCD2 (or 0x41FCD2) is known color: Turquoise. HEX triplet: 41, FC and D2. RGB value is (65,252,210). Sum of RGB (Red+Green+Blue) = 65+252+210=527 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.33% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 210 (82.42% from 255 or 39.85% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #41FCD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FCD2 is #BE032D. Grayscale: #BFBFBF. Windows color (decimal): -12452654 or 13827137. OLE color: 13827137.

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

Color convert

RGB 65 252 210 -
CMYK 0.74 0 0.17 0.01
HSL 166.52º 0.97% 0.62% -
HSV(B) 166.52º 0.74% 0.99% -
XYZ 48.62 75.4 72.96 -
YUV 191.3 138.55 37.92 -
System Red Green Blue C M Y K H S L
Decimal 65 252 210 0.74 0 0.17 0.01 166.52 0.97 0.62
Hex 41 FC D2 4A 0 11 1 A7 61 3E
Octal 101 374 322 112 0 21 1 247 141 76
Binary 1000001 11111100 11010010 1001010 0 10001 1 10100111 1100001 111110

Color Harmonies of #41FCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FCD2

Black with #41FCD2

Text Example


Text Example

White with #41FCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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