Html Css Color HEX #41DCCA Turquoise

📋 copy color: '#41DCCA'

red 65 ◦ green 220 ◦ blue 202

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

Shades of Turquoise #41DCCA

Tints of Turquoise #41DCCA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.17%

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

R = 13.35%
G = 45.17%
B = 41.48%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#41DCCA (or 0x41DCCA) is known color: Turquoise. HEX triplet: 41, DC and CA. RGB value is (65,220,202). Sum of RGB (Red+Green+Blue) = 65+220+202=487 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.35% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #41DCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DCCA is #BE2335. Grayscale: #ABABAB. Windows color (decimal): -12460854 or 13294657. OLE color: 13294657.

HSL color Cylindrical-coordinate representation of color #41DCCA: hue angle of 173.03º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41DCCA is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 65 220 202 -
CMYK 0.70 0 0.08 0.14
HSL 173.03º 0.69% 0.56% -
HSV(B) 173.03º 0.7% 0.86% -
XYZ 38.43 56.57 64.77 -
YUV 171.6 145.15 51.96 -
System Red Green Blue C M Y K H S L
Decimal 65 220 202 0.70 0 0.08 0.14 173.03 0.69 0.56
Hex 41 DC CA 46 0 8 E AD 45 38
Octal 101 334 312 106 0 10 16 255 105 70
Binary 1000001 11011100 11001010 1000110 0 1000 1110 10101101 1000101 111000

Color Harmonies of #41DCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DCCA

Black with #41DCCA

Text Example


Text Example

White with #41DCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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