Html Css Color HEX #43C0CB Medium Turquoise

📋 copy color: '#43C0CB'

red 67 ◦ green 192 ◦ blue 203

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

Shades of Medium Turquoise #43C0CB

Tints of Medium Turquoise #43C0CB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.56%

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

R = 14.5%
G = 41.56%
B = 43.94%

CMYK

 C value IS 0.67

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#43C0CB (or 0x43C0CB) is known color: Medium Turquoise. HEX triplet: 43, C0 and CB. RGB value is (67,192,203). Sum of RGB (Red+Green+Blue) = 67+192+203=462 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.50% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #43C0CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C0CB is #BC3F34. Grayscale: #9B9B9B. Windows color (decimal): -12336949 or 13353027. OLE color: 13353027.

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

Color convert

RGB 67 192 203 -
CMYK 0.67 0.05 0 0.20
HSL 184.85º 0.57% 0.53% -
HSV(B) 184.85º 0.67% 0.8% -
XYZ 31.94 43.2 63.16 -
YUV 155.88 154.59 64.61 -
System Red Green Blue C M Y K H S L
Decimal 67 192 203 0.67 0.05 0 0.20 184.85 0.57 0.53
Hex 43 C0 CB 43 5 0 14 B9 39 35
Octal 103 300 313 103 5 0 24 271 71 65
Binary 1000011 11000000 11001011 1000011 101 0 10100 10111001 111001 110101

Color Harmonies of #43C0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43C0CB

Black with #43C0CB

Text Example


Text Example

White with #43C0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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