Html Css Color HEX #41CDDB Medium Turquoise

📋 copy color: '#41CDDB'

red 65 ◦ green 205 ◦ blue 219

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

Shades of Medium Turquoise #41CDDB

Tints of Medium Turquoise #41CDDB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.92%

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

R = 13.29%
G = 41.92%
B = 44.79%

CMYK

 C value IS 0.70

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#41CDDB (or 0x41CDDB) is known color: Medium Turquoise. HEX triplet: 41, CD and DB. RGB value is (65,205,219). Sum of RGB (Red+Green+Blue) = 65+205+219=489 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.29% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #41CDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CDDB is #BE3224. Grayscale: #A4A4A4. Windows color (decimal): -12464677 or 14404929. OLE color: 14404929.

HSL color Cylindrical-coordinate representation of color #41CDDB: hue angle of 185.45º 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 #41CDDB is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 65 205 219 -
CMYK 0.70 0.06 0 0.14
HSL 185.45º 0.68% 0.56% -
HSV(B) 185.45º 0.7% 0.86% -
XYZ 36.8 49.9 74.71 -
YUV 164.74 158.62 56.86 -
System Red Green Blue C M Y K H S L
Decimal 65 205 219 0.70 0.06 0 0.14 185.45 0.68 0.56
Hex 41 CD DB 46 6 0 E B9 44 38
Octal 101 315 333 106 6 0 16 271 104 70
Binary 1000001 11001101 11011011 1000110 110 0 1110 10111001 1000100 111000

Color Harmonies of #41CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CDDB

Black with #41CDDB

Text Example


Text Example

White with #41CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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