Html Css Color HEX #41D5CF Medium Turquoise

📋 copy color: '#41D5CF'

red 65 ◦ green 213 ◦ blue 207

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

Shades of Medium Turquoise #41D5CF

Tints of Medium Turquoise #41D5CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.68%

R = 13.4%
G = 43.92%
B = 42.68%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#41D5CF (or 0x41D5CF) is known color: Medium Turquoise. HEX triplet: 41, D5 and CF. RGB value is (65,213,207). Sum of RGB (Red+Green+Blue) = 65+213+207=485 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.40% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 213 - color contains mainly: green. Hex color #41D5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41D5CF is #BE2A30. Grayscale: #A7A7A7. Windows color (decimal): -12462641 or 13620545. OLE color: 13620545.

HSL color Cylindrical-coordinate representation of color #41D5CF: hue angle of 177.57º 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 #41D5CF is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 65 213 207 -
CMYK 0.69 0 0.03 0.16
HSL 177.57º 0.64% 0.55% -
HSV(B) 177.57º 0.69% 0.84% -
XYZ 37.24 53.22 67.34 -
YUV 168.06 149.97 54.49 -
System Red Green Blue C M Y K H S L
Decimal 65 213 207 0.69 0 0.03 0.16 177.57 0.64 0.55
Hex 41 D5 CF 45 0 3 10 B2 40 37
Octal 101 325 317 105 0 3 20 262 100 67
Binary 1000001 11010101 11001111 1000101 0 11 10000 10110010 1000000 110111

Color Harmonies of #41D5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D5CF

Black with #41D5CF

Text Example


Text Example

White with #41D5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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