Html Css Color HEX #41CECF Medium Turquoise

📋 copy color: '#41CECF'

red 65 ◦ green 206 ◦ blue 207

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

Shades of Medium Turquoise #41CECF

Tints of Medium Turquoise #41CECF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.1%

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

R = 13.6%
G = 43.1%
B = 43.31%

CMYK

 C value IS 0.69

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#41CECF (or 0x41CECF) is known color: Medium Turquoise. HEX triplet: 41, CE and CF. RGB value is (65,206,207). Sum of RGB (Red+Green+Blue) = 65+206+207=478 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.60% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #41CECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CECF is #BE3130. Grayscale: #A3A3A3. Windows color (decimal): -12464433 or 13618753. OLE color: 13618753.

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

Color convert

RGB 65 206 207 -
CMYK 0.69 0.00 0 0.19
HSL 180.42º 0.6% 0.53% -
HSV(B) 180.42º 0.69% 0.81% -
XYZ 35.51 49.77 66.77 -
YUV 163.96 152.29 57.42 -
System Red Green Blue C M Y K H S L
Decimal 65 206 207 0.69 0.00 0 0.19 180.42 0.6 0.53
Hex 41 CE CF 45 0 0 13 B4 3C 35
Octal 101 316 317 105 0 0 23 264 74 65
Binary 1000001 11001110 11001111 1000101 0 0 10011 10110100 111100 110101

Color Harmonies of #41CECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CECF

Black with #41CECF

Text Example


Text Example

White with #41CECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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