Html Css Color HEX #41CCCF Medium Turquoise

📋 copy color: '#41CCCF'

red 65 ◦ green 204 ◦ blue 207

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

Shades of Medium Turquoise #41CCCF

Tints of Medium Turquoise #41CCCF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.86%

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

R = 13.66%
G = 42.86%
B = 43.49%

CMYK

 C value IS 0.69

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#41CCCF (or 0x41CCCF) is known color: Medium Turquoise. HEX triplet: 41, CC and CF. RGB value is (65,204,207). Sum of RGB (Red+Green+Blue) = 65+204+207=476 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.66% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #41CCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CCCF is #BE3330. Grayscale: #A2A2A2. Windows color (decimal): -12464945 or 13618241. OLE color: 13618241.

HSL color Cylindrical-coordinate representation of color #41CCCF: hue angle of 181.27º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41CCCF is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 204 207 -
CMYK 0.69 0.01 0 0.19
HSL 181.27º 0.6% 0.53% -
HSV(B) 181.27º 0.69% 0.81% -
XYZ 35.04 48.81 66.61 -
YUV 162.78 152.95 58.26 -
System Red Green Blue C M Y K H S L
Decimal 65 204 207 0.69 0.01 0 0.19 181.27 0.6 0.53
Hex 41 CC CF 45 1 0 13 B5 3C 35
Octal 101 314 317 105 1 0 23 265 74 65
Binary 1000001 11001100 11001111 1000101 1 0 10011 10110101 111100 110101

Color Harmonies of #41CCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CCCF

Black with #41CCCF

Text Example


Text Example

White with #41CCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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