Html Css Color HEX #43C4CB Medium Turquoise

📋 copy color: '#43C4CB'

red 67 ◦ green 196 ◦ blue 203

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

Shades of Medium Turquoise #43C4CB

Tints of Medium Turquoise #43C4CB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.06%

 BLUE value IS 203 (79.69% from 255) = 43.56%

R = 14.38%
G = 42.06%
B = 43.56%

CMYK

 C value IS 0.67

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#43C4CB (or 0x43C4CB) is known color: Medium Turquoise. HEX triplet: 43, C4 and CB. RGB value is (67,196,203). Sum of RGB (Red+Green+Blue) = 67+196+203=466 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.38% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #43C4CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C4CB is #BC3B34. Grayscale: #9E9E9E. Windows color (decimal): -12335925 or 13354051. OLE color: 13354051.

HSL color Cylindrical-coordinate representation of color #43C4CB: hue angle of 183.09º degrees, saturation: 0.57, 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 #43C4CB is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 67 196 203 -
CMYK 0.67 0.03 0 0.20
HSL 183.09º 0.57% 0.53% -
HSV(B) 183.09º 0.67% 0.8% -
XYZ 32.83 44.98 63.45 -
YUV 158.23 153.26 62.93 -
System Red Green Blue C M Y K H S L
Decimal 67 196 203 0.67 0.03 0 0.20 183.09 0.57 0.53
Hex 43 C4 CB 43 3 0 14 B7 39 35
Octal 103 304 313 103 3 0 24 267 71 65
Binary 1000011 11000100 11001011 1000011 11 0 10100 10110111 111001 110101

Color Harmonies of #43C4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43C4CB

Black with #43C4CB

Text Example


Text Example

White with #43C4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,196,203); }

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

background-color css

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

 a { background-color: rgb(67,196,203); }

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

border-color css

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

 span { border-color: rgb(67,196,203); }

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