Html Css Color HEX #44CBD5 Medium Turquoise

📋 copy color: '#44CBD5'

red 68 ◦ green 203 ◦ blue 213

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

Shades of Medium Turquoise #44CBD5

Tints of Medium Turquoise #44CBD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.01%

R = 14.05%
G = 41.94%
B = 44.01%

CMYK

 C value IS 0.68

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#44CBD5 (or 0x44CBD5) is known color: Medium Turquoise. HEX triplet: 44, CB and D5. RGB value is (68,203,213). Sum of RGB (Red+Green+Blue) = 68+203+213=484 (64% of max value = 765). Red value is 68 (26.95% from 255 or 14.05% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #44CBD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CBD5 is #BB342A. Grayscale: #A3A3A3. Windows color (decimal): -12268587 or 14011204. OLE color: 14011204.

HSL color Cylindrical-coordinate representation of color #44CBD5: hue angle of 184.14º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44CBD5 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 68 203 213 -
CMYK 0.68 0.05 0 0.16
HSL 184.14º 0.63% 0.55% -
HSV(B) 184.14º 0.68% 0.84% -
XYZ 35.75 48.74 70.48 -
YUV 163.78 155.77 59.69 -
System Red Green Blue C M Y K H S L
Decimal 68 203 213 0.68 0.05 0 0.16 184.14 0.63 0.55
Hex 44 CB D5 44 5 0 10 B8 3F 37
Octal 104 313 325 104 5 0 20 270 77 67
Binary 1000100 11001011 11010101 1000100 101 0 10000 10111000 111111 110111

Color Harmonies of #44CBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44CBD5

Black with #44CBD5

Text Example


Text Example

White with #44CBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,203,213); }

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

background-color css

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

 a { background-color: rgb(68,203,213); }

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

border-color css

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

 span { border-color: rgb(68,203,213); }

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