Html Css Color HEX #43CCDD Medium Turquoise

📋 copy color: '#43CCDD'

red 67 ◦ green 204 ◦ blue 221

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

Shades of Medium Turquoise #43CCDD

Tints of Medium Turquoise #43CCDD

RGB

 RED value IS 67 (26.56% from 255) = 13.62%

 GREEN value IS 204 (80.08% from 255) = 41.46%

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

R = 13.62%
G = 41.46%
B = 44.92%

CMYK

 C value IS 0.70

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#43CCDD (or 0x43CCDD) is known color: Medium Turquoise. HEX triplet: 43, CC and DD. RGB value is (67,204,221). Sum of RGB (Red+Green+Blue) = 67+204+221=492 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.62% from 492); Green value is 204 (80.08% from 255 or 41.46% 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 #43CCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CCDD is #BC3322. Grayscale: #A4A4A4. Windows color (decimal): -12333859 or 14535747. OLE color: 14535747.

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

Color convert

RGB 67 204 221 -
CMYK 0.70 0.08 0 0.13
HSL 186.62º 0.69% 0.56% -
HSV(B) 186.62º 0.7% 0.87% -
XYZ 36.96 49.6 76.03 -
YUV 164.98 159.61 58.12 -
System Red Green Blue C M Y K H S L
Decimal 67 204 221 0.70 0.08 0 0.13 186.62 0.69 0.56
Hex 43 CC DD 46 8 0 D BB 45 38
Octal 103 314 335 106 10 0 15 273 105 70
Binary 1000011 11001100 11011101 1000110 1000 0 1101 10111011 1000101 111000

Color Harmonies of #43CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43CCDD

Black with #43CCDD

Text Example


Text Example

White with #43CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43CCDD; }

 p { color: rgb(67,204,221); }

 H1.HeaderClassName
 {
   color: #43CCDD;
 }
 .AnyTagClassName
 {
   color: #43CCDD;
 }
</style>

background-color css

<style>
 a { background-color: #43CCDD; }

 a { background-color: rgb(67,204,221); }

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

border-color css

<style>
 span { border-color: #43CCDD; }

 span { border-color: rgb(67,204,221); }

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