Html Css Color HEX #41CADA Medium Turquoise

📋 copy color: '#41CADA'

red 65 ◦ green 202 ◦ blue 218

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

Shades of Medium Turquoise #41CADA

Tints of Medium Turquoise #41CADA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.65%

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 13.4%
G = 41.65%
B = 44.95%

CMYK

 C value IS 0.70

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#41CADA (or 0x41CADA) is known color: Medium Turquoise. HEX triplet: 41, CA and DA. RGB value is (65,202,218). Sum of RGB (Red+Green+Blue) = 65+202+218=485 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.40% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #41CADA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CADA is #BE3525. Grayscale: #A2A2A2. Windows color (decimal): -12465446 or 14338625. OLE color: 14338625.

HSL color Cylindrical-coordinate representation of color #41CADA: hue angle of 186.27º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41CADA is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 65 202 218 -
CMYK 0.70 0.07 0 0.15
HSL 186.27º 0.67% 0.55% -
HSV(B) 186.27º 0.7% 0.85% -
XYZ 35.96 48.43 73.78 -
YUV 162.86 159.11 58.2 -
System Red Green Blue C M Y K H S L
Decimal 65 202 218 0.70 0.07 0 0.15 186.27 0.67 0.55
Hex 41 CA DA 46 7 0 F BA 43 37
Octal 101 312 332 106 7 0 17 272 103 67
Binary 1000001 11001010 11011010 1000110 111 0 1111 10111010 1000011 110111

Color Harmonies of #41CADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CADA

Black with #41CADA

Text Example


Text Example

White with #41CADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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