Html Css Color HEX #41CCE6 Medium Turquoise

📋 copy color: '#41CCE6'

red 65 ◦ green 204 ◦ blue 230

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

Shades of Medium Turquoise #41CCE6

Tints of Medium Turquoise #41CCE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.09%

R = 13.03%
G = 40.88%
B = 46.09%

CMYK

 C value IS 0.72

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#41CCE6 (or 0x41CCE6) is known color: Medium Turquoise. HEX triplet: 41, CC and E6. RGB value is (65,204,230). Sum of RGB (Red+Green+Blue) = 65+204+230=499 (66% of max value = 765). Red value is 65 (25.78% from 255 or 13.03% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 230 (90.23% from 255 or 46.09% from 499); Max value from RGB is 230 - color contains mainly: blue. Hex color #41CCE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41CCE6 is #BE3319. Grayscale: #A5A5A5. Windows color (decimal): -12464922 or 15125569. OLE color: 15125569.

HSL color Cylindrical-coordinate representation of color #41CCE6: hue angle of 189.45º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41CCE6 is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 65 204 230 -
CMYK 0.72 0.11 0 0.10
HSL 189.45º 0.77% 0.58% -
HSV(B) 189.45º 0.72% 0.9% -
XYZ 38.06 50.02 82.51 -
YUV 165.4 164.45 56.39 -
System Red Green Blue C M Y K H S L
Decimal 65 204 230 0.72 0.11 0 0.10 189.45 0.77 0.58
Hex 41 CC E6 48 B 0 A BD 4D 3A
Octal 101 314 346 110 13 0 12 275 115 72
Binary 1000001 11001100 11100110 1001000 1011 0 1010 10111101 1001101 111010

Color Harmonies of #41CCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CCE6

Black with #41CCE6

Text Example


Text Example

White with #41CCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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