Html Css Color HEX #41CDD6 Medium Turquoise

📋 copy color: '#41CDD6'

red 65 ◦ green 205 ◦ blue 214

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

Shades of Medium Turquoise #41CDD6

Tints of Medium Turquoise #41CDD6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.36%

 BLUE value IS 214 (83.98% from 255) = 44.21%

R = 13.43%
G = 42.36%
B = 44.21%

CMYK

 C value IS 0.70

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#41CDD6 (or 0x41CDD6) is known color: Medium Turquoise. HEX triplet: 41, CD and D6. RGB value is (65,205,214). Sum of RGB (Red+Green+Blue) = 65+205+214=484 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.43% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 214 (83.98% from 255 or 44.21% from 484); Max value from RGB is 214 - color contains mainly: blue. Hex color #41CDD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CDD6 is #BE3229. Grayscale: #A3A3A3. Windows color (decimal): -12464682 or 14077249. OLE color: 14077249.

HSL color Cylindrical-coordinate representation of color #41CDD6: hue angle of 183.62º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41CDD6 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 65 205 214 -
CMYK 0.70 0.04 0 0.16
HSL 183.62º 0.65% 0.55% -
HSV(B) 183.62º 0.7% 0.84% -
XYZ 36.15 49.64 71.29 -
YUV 164.17 156.12 57.27 -
System Red Green Blue C M Y K H S L
Decimal 65 205 214 0.70 0.04 0 0.16 183.62 0.65 0.55
Hex 41 CD D6 46 4 0 10 B8 41 37
Octal 101 315 326 106 4 0 20 270 101 67
Binary 1000001 11001101 11010110 1000110 100 0 10000 10111000 1000001 110111

Color Harmonies of #41CDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CDD6

Black with #41CDD6

Text Example


Text Example

White with #41CDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,205,214); }

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

background-color css

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

 a { background-color: rgb(65,205,214); }

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

border-color css

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

 span { border-color: rgb(65,205,214); }

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