Html Css Color HEX #41CBCF Medium Turquoise

📋 copy color: '#41CBCF'

red 65 ◦ green 203 ◦ blue 207

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

Shades of Medium Turquoise #41CBCF

Tints of Medium Turquoise #41CBCF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.74%

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

R = 13.68%
G = 42.74%
B = 43.58%

CMYK

 C value IS 0.69

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#41CBCF (or 0x41CBCF) is known color: Medium Turquoise. HEX triplet: 41, CB and CF. RGB value is (65,203,207). Sum of RGB (Red+Green+Blue) = 65+203+207=475 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.68% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #41CBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CBCF is #BE3430. Grayscale: #A2A2A2. Windows color (decimal): -12465201 or 13617985. OLE color: 13617985.

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

Color convert

RGB 65 203 207 -
CMYK 0.69 0.02 0 0.19
HSL 181.69º 0.6% 0.53% -
HSV(B) 181.69º 0.69% 0.81% -
XYZ 34.8 48.34 66.53 -
YUV 162.19 153.28 58.67 -
System Red Green Blue C M Y K H S L
Decimal 65 203 207 0.69 0.02 0 0.19 181.69 0.6 0.53
Hex 41 CB CF 45 2 0 13 B6 3C 35
Octal 101 313 317 105 2 0 23 266 74 65
Binary 1000001 11001011 11001111 1000101 10 0 10011 10110110 111100 110101

Color Harmonies of #41CBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CBCF

Black with #41CBCF

Text Example


Text Example

White with #41CBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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