Html Css Color HEX #44CDDB Medium Turquoise

📋 copy color: '#44CDDB'

red 68 ◦ green 205 ◦ blue 219

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

Shades of Medium Turquoise #44CDDB

Tints of Medium Turquoise #44CDDB

RGB

 RED value IS 68 (26.95% from 255) = 13.82%

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

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

R = 13.82%
G = 41.67%
B = 44.51%

CMYK

 C value IS 0.69

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#44CDDB (or 0x44CDDB) is known color: Medium Turquoise. HEX triplet: 44, CD and DB. RGB value is (68,205,219). Sum of RGB (Red+Green+Blue) = 68+205+219=492 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.82% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #44CDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CDDB is #BB3224. Grayscale: #A5A5A5. Windows color (decimal): -12268069 or 14404932. OLE color: 14404932.

HSL color Cylindrical-coordinate representation of color #44CDDB: hue angle of 185.56º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44CDDB is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 68 205 219 -
CMYK 0.69 0.06 0 0.14
HSL 185.56º 0.68% 0.56% -
HSV(B) 185.56º 0.69% 0.86% -
XYZ 37 50.01 74.72 -
YUV 165.63 158.11 58.36 -
System Red Green Blue C M Y K H S L
Decimal 68 205 219 0.69 0.06 0 0.14 185.56 0.68 0.56
Hex 44 CD DB 45 6 0 E BA 44 38
Octal 104 315 333 105 6 0 16 272 104 70
Binary 1000100 11001101 11011011 1000101 110 0 1110 10111010 1000100 111000

Color Harmonies of #44CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44CDDB

Black with #44CDDB

Text Example


Text Example

White with #44CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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