Html Css Color HEX #41DFCB Turquoise

📋 copy color: '#41DFCB'

red 65 ◦ green 223 ◦ blue 203

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

Shades of Turquoise #41DFCB

Tints of Turquoise #41DFCB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.42%

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

R = 13.24%
G = 45.42%
B = 41.34%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#41DFCB (or 0x41DFCB) is known color: Turquoise. HEX triplet: 41, DF and CB. RGB value is (65,223,203). Sum of RGB (Red+Green+Blue) = 65+223+203=491 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.24% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #41DFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DFCB is #BE2034. Grayscale: #ADADAD. Windows color (decimal): -12460085 or 13360961. OLE color: 13360961.

HSL color Cylindrical-coordinate representation of color #41DFCB: hue angle of 172.41º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41DFCB is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 223 203 -
CMYK 0.71 0 0.09 0.13
HSL 172.41º 0.71% 0.56% -
HSV(B) 172.41º 0.71% 0.87% -
XYZ 39.35 58.21 65.66 -
YUV 173.48 144.65 50.63 -
System Red Green Blue C M Y K H S L
Decimal 65 223 203 0.71 0 0.09 0.13 172.41 0.71 0.56
Hex 41 DF CB 47 0 9 D AC 47 38
Octal 101 337 313 107 0 11 15 254 107 70
Binary 1000001 11011111 11001011 1000111 0 1001 1101 10101100 1000111 111000

Color Harmonies of #41DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DFCB

Black with #41DFCB

Text Example


Text Example

White with #41DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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