Html Css Color HEX #41CBDB Medium Turquoise

📋 copy color: '#41CBDB'

red 65 ◦ green 203 ◦ blue 219

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

Shades of Medium Turquoise #41CBDB

Tints of Medium Turquoise #41CBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.97%

R = 13.35%
G = 41.68%
B = 44.97%

CMYK

 C value IS 0.70

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#41CBDB (or 0x41CBDB) is known color: Medium Turquoise. HEX triplet: 41, CB and DB. RGB value is (65,203,219). Sum of RGB (Red+Green+Blue) = 65+203+219=487 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.35% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #41CBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CBDB is #BE3424. Grayscale: #A3A3A3. Windows color (decimal): -12465189 or 14404417. OLE color: 14404417.

HSL color Cylindrical-coordinate representation of color #41CBDB: hue angle of 186.23º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41CBDB is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 65 203 219 -
CMYK 0.70 0.07 0 0.14
HSL 186.23º 0.68% 0.56% -
HSV(B) 186.23º 0.7% 0.86% -
XYZ 36.32 48.95 74.55 -
YUV 163.56 159.28 57.7 -
System Red Green Blue C M Y K H S L
Decimal 65 203 219 0.70 0.07 0 0.14 186.23 0.68 0.56
Hex 41 CB DB 46 7 0 E BA 44 38
Octal 101 313 333 106 7 0 16 272 104 70
Binary 1000001 11001011 11011011 1000110 111 0 1110 10111010 1000100 111000

Color Harmonies of #41CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CBDB

Black with #41CBDB

Text Example


Text Example

White with #41CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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