Html Css Color HEX #43C8CD Medium Turquoise

📋 copy color: '#43C8CD'

red 67 ◦ green 200 ◦ blue 205

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

Shades of Medium Turquoise #43C8CD

Tints of Medium Turquoise #43C8CD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.37%

 BLUE value IS 205 (80.47% from 255) = 43.43%

R = 14.19%
G = 42.37%
B = 43.43%

CMYK

 C value IS 0.67

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#43C8CD (or 0x43C8CD) is known color: Medium Turquoise. HEX triplet: 43, C8 and CD. RGB value is (67,200,205). Sum of RGB (Red+Green+Blue) = 67+200+205=472 (62% of max value = 765). Red value is 67 (26.56% from 255 or 14.19% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #43C8CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C8CD is #BC3732. Grayscale: #A0A0A0. Windows color (decimal): -12334899 or 13486147. OLE color: 13486147.

HSL color Cylindrical-coordinate representation of color #43C8CD: hue angle of 182.17º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43C8CD is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 67 200 205 -
CMYK 0.67 0.02 0 0.20
HSL 182.17º 0.58% 0.53% -
HSV(B) 182.17º 0.67% 0.8% -
XYZ 33.99 46.91 65.02 -
YUV 160.8 152.94 61.09 -
System Red Green Blue C M Y K H S L
Decimal 67 200 205 0.67 0.02 0 0.20 182.17 0.58 0.53
Hex 43 C8 CD 43 2 0 14 B6 3A 35
Octal 103 310 315 103 2 0 24 266 72 65
Binary 1000011 11001000 11001101 1000011 10 0 10100 10110110 111010 110101

Color Harmonies of #43C8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43C8CD

Black with #43C8CD

Text Example


Text Example

White with #43C8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,200,205); }

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

background-color css

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

 a { background-color: rgb(67,200,205); }

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

border-color css

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

 span { border-color: rgb(67,200,205); }

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