Html Css Color HEX #41D5CB Medium Turquoise

📋 copy color: '#41D5CB'

red 65 ◦ green 213 ◦ blue 203

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

Shades of Medium Turquoise #41D5CB

Tints of Medium Turquoise #41D5CB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.28%

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

R = 13.51%
G = 44.28%
B = 42.2%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#41D5CB (or 0x41D5CB) is known color: Medium Turquoise. HEX triplet: 41, D5 and CB. RGB value is (65,213,203). Sum of RGB (Red+Green+Blue) = 65+213+203=481 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.51% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #41D5CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41D5CB is #BE2A34. Grayscale: #A7A7A7. Windows color (decimal): -12462645 or 13358401. OLE color: 13358401.

HSL color Cylindrical-coordinate representation of color #41D5CB: hue angle of 175.95º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D5CB is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 65 213 203 -
CMYK 0.69 0 0.05 0.16
HSL 175.95º 0.64% 0.55% -
HSV(B) 175.95º 0.69% 0.84% -
XYZ 36.75 53.02 64.8 -
YUV 167.61 147.97 54.81 -
System Red Green Blue C M Y K H S L
Decimal 65 213 203 0.69 0 0.05 0.16 175.95 0.64 0.55
Hex 41 D5 CB 45 0 5 10 B0 40 37
Octal 101 325 313 105 0 5 20 260 100 67
Binary 1000001 11010101 11001011 1000101 0 101 10000 10110000 1000000 110111

Color Harmonies of #41D5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D5CB

Black with #41D5CB

Text Example


Text Example

White with #41D5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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