Html Css Color HEX #44CBDD Medium Turquoise

📋 copy color: '#44CBDD'

red 68 ◦ green 203 ◦ blue 221

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

Shades of Medium Turquoise #44CBDD

Tints of Medium Turquoise #44CBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.92%

R = 13.82%
G = 41.26%
B = 44.92%

CMYK

 C value IS 0.69

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#44CBDD (or 0x44CBDD) is known color: Medium Turquoise. HEX triplet: 44, CB and DD. RGB value is (68,203,221). Sum of RGB (Red+Green+Blue) = 68+203+221=492 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.82% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #44CBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CBDD is #BB3422. Grayscale: #A4A4A4. Windows color (decimal): -12268579 or 14535492. OLE color: 14535492.

HSL color Cylindrical-coordinate representation of color #44CBDD: hue angle of 187.06º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44CBDD is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 203 221 -
CMYK 0.69 0.08 0 0.13
HSL 187.06º 0.69% 0.57% -
HSV(B) 187.06º 0.69% 0.87% -
XYZ 36.79 49.16 75.96 -
YUV 164.69 159.77 59.04 -
System Red Green Blue C M Y K H S L
Decimal 68 203 221 0.69 0.08 0 0.13 187.06 0.69 0.57
Hex 44 CB DD 45 8 0 D BB 45 39
Octal 104 313 335 105 10 0 15 273 105 71
Binary 1000100 11001011 11011101 1000101 1000 0 1101 10111011 1000101 111001

Color Harmonies of #44CBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44CBDD

Black with #44CBDD

Text Example


Text Example

White with #44CBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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