Html Css Color HEX #41CBE0 Medium Turquoise

📋 copy color: '#41CBE0'

red 65 ◦ green 203 ◦ blue 224

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

Shades of Medium Turquoise #41CBE0

Tints of Medium Turquoise #41CBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.53%

R = 13.21%
G = 41.26%
B = 45.53%

CMYK

 C value IS 0.71

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#41CBE0 (or 0x41CBE0) is known color: Medium Turquoise. HEX triplet: 41, CB and E0. RGB value is (65,203,224). Sum of RGB (Red+Green+Blue) = 65+203+224=492 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.21% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 224 (87.89% from 255 or 45.53% from 492); Max value from RGB is 224 - color contains mainly: blue. Hex color #41CBE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CBE0 is #BE341F. Grayscale: #A3A3A3. Windows color (decimal): -12465184 or 14732097. OLE color: 14732097.

HSL color Cylindrical-coordinate representation of color #41CBE0: hue angle of 187.92º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41CBE0 is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 65 203 224 -
CMYK 0.71 0.09 0 0.12
HSL 187.92º 0.72% 0.57% -
HSV(B) 187.92º 0.71% 0.88% -
XYZ 36.99 49.22 78.07 -
YUV 164.13 161.78 57.29 -
System Red Green Blue C M Y K H S L
Decimal 65 203 224 0.71 0.09 0 0.12 187.92 0.72 0.57
Hex 41 CB E0 47 9 0 C BC 48 39
Octal 101 313 340 107 11 0 14 274 110 71
Binary 1000001 11001011 11100000 1000111 1001 0 1100 10111100 1001000 111001

Color Harmonies of #41CBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CBE0

Black with #41CBE0

Text Example


Text Example

White with #41CBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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