Html Css Color HEX #43C5CB Medium Turquoise

📋 copy color: '#43C5CB'

red 67 ◦ green 197 ◦ blue 203

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

Shades of Medium Turquoise #43C5CB

Tints of Medium Turquoise #43C5CB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.18%

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

R = 14.35%
G = 42.18%
B = 43.47%

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

#43C5CB (or 0x43C5CB) is known color: Medium Turquoise. HEX triplet: 43, C5 and CB. RGB value is (67,197,203). Sum of RGB (Red+Green+Blue) = 67+197+203=467 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.35% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #43C5CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C5CB is #BC3A34. Grayscale: #9E9E9E. Windows color (decimal): -12335669 or 13354307. OLE color: 13354307.

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

Color convert

RGB 67 197 203 -
CMYK 0.67 0.03 0 0.20
HSL 182.65º 0.57% 0.53% -
HSV(B) 182.65º 0.67% 0.8% -
XYZ 33.06 45.44 63.53 -
YUV 158.81 152.93 62.51 -
System Red Green Blue C M Y K H S L
Decimal 67 197 203 0.67 0.03 0 0.20 182.65 0.57 0.53
Hex 43 C5 CB 43 3 0 14 B7 39 35
Octal 103 305 313 103 3 0 24 267 71 65
Binary 1000011 11000101 11001011 1000011 11 0 10100 10110111 111001 110101

Color Harmonies of #43C5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43C5CB

Black with #43C5CB

Text Example


Text Example

White with #43C5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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